Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading...

Status
Not open for further replies.

dijo123

Programmer
Jan 13, 2004
30
SE
Hello,

My menu, implemented in javaScript takes 8 seconds to load on the page, is there a possibility to first show a message, like: "the menu is loading..." in the meantime? I just use javaScript and html. Does someone know such a script?
Is has to take as less memory as possible.


/Diana
 
<div id="notice">The menu is loading</div>

At the end of the menu script..

document.getElementById('notice').style.display='none';

----------
I'm willing to trade custom scripts for... [see profile]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top