Menu Loading Please Wait.....

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Naomi

    Menu Loading Please Wait.....

    hello

    Could anyone please tell me if there is any way i can have the text "Menu
    Loading Please Wait..." appear while the js menu loads and then disappear
    after it loads ?

    hoping to hear some advice on the matter

    Cheers Naomi


  • Laurent Bugnion, GalaSoft

    #2
    Re: Menu Loading Please Wait.....

    Hi Naomi,

    Naomi wrote:[color=blue]
    > hello
    >
    > Could anyone please tell me if there is any way i can have the text "Menu
    > Loading Please Wait..." appear while the js menu loads and then disappear
    > after it loads ?
    >
    > hoping to hear some advice on the matter
    >
    > Cheers Naomi[/color]

    There is no such thing as "The js menu". Maybe you found one out of many
    many menus on the web which are implemented in JavaScript. In this case,
    you should ask the programmer of this menu how to implement the desired
    change.

    If you cannot contact him, and need assistance from the NG, you should
    post more information about your problem, because it is impossible for
    us to guess how this particular menu is inmplemented.

    HTH,

    Laurent
    --
    Laurent Bugnion, GalaSoft
    Webdesign, Java, JavaScript: http://www.galasoft-LB.ch
    Private/Malaysia: http://mypage.bluewin.ch/lbugnion
    Support children in Calcutta: http://www.calcutta-espoir.ch

    Comment

    • Laurent Bugnion, GalaSoft

      #3
      Re: Menu Loading Please Wait.....

      Hi,

      Naomi wrote:[color=blue]
      > sorry that is just me shortening things
      > what i mean is
      >
      > Could anyone please tell me if there is any way i can have the text "Menu
      > Loading Please Wait..." appear (positioned where the menu is located) while
      > my javascript menu is loading in a persons browser and then disappear when
      > the menu is ready for use?
      >
      > hoping to hear some advice on the matter
      >
      > Cheers Naomi[/color]

      It all depends how your menu is implemented.

      If you use Images, you can use the onload event handler of the Image
      object to be notified when all the images are ready for use.

      If you use JavaScript code, you can place a call to a function after
      your whole code is loaded, so that you're notified that the browser
      finished parsing your code.

      What did you use for your menu?

      Laurent
      --
      Laurent Bugnion, GalaSoft
      Webdesign, Java, JavaScript: http://www.galasoft-LB.ch
      Private/Malaysia: http://mypage.bluewin.ch/lbugnion
      Support children in Calcutta: http://www.calcutta-espoir.ch

      Comment

      • Naomi

        #4
        Re: Menu Loading Please Wait.....

        I used the HVMenu from this place



        but have modified the code for the site, what i was hoping for was to have a
        little note saying

        Menu Loading ... while the menu loads ...

        i have noticed the site that actually wrote the script has this but it seems
        they just have text on the page that becomes hidden by an opaque menu when
        its loaded ...

        i removed the borders and background colours from the first line in my menu,
        so it appears transparanent to let the background image of the web page show
        thru, so i cant just slap text there like the authors have.

        i was hoping it would be simple like adding the message in this thing
        somewhere

        function BeforeStart(){r eturn}
        function AfterBuild(){re turn}
        function BeforeFirstOpen (){return}
        function AfterCloseAll() {return}

        i am a beginner so am not sure what i need to do to achieve this

        hope i am not frustrating you too much laurent and thank you for taking as
        much time as you have so far to help me :o)

        : What did you use for your menu?
        :
        : Laurent
        : --
        : Laurent Bugnion, GalaSoft
        : Webdesign, Java, JavaScript: http://www.galasoft-LB.ch
        : Private/Malaysia: http://mypage.bluewin.ch/lbugnion
        : Support children in Calcutta: http://www.calcutta-espoir.ch
        :


        Comment

        Working...