I dont know if this thread supposed to be here or in the javascript forum, but since my pages are in ASP then ill ask it here…
I got a page that displays pictures, those pictures can be enlarged with the thumbnailviewer javascript function, however, if u click on an image before the script is loaded, it opens the picture on a different page…
so i want to add sometihng like “Loading images, please wait…” msg when some1 is loading the page, and only after the script is loaded it will view the page, how can it be done?
Well this works, but i wanted to have a msg aswell saying that the page is loading or something, watching a completely blank page for a few seconds isnt really attractive
Well, after a few times i tried this function i noticed that the rest of the content of the page is still visible (when scrolling down with the mouse)… How do i change it so the whole page is hidden while loading? or is there a better function to hide the content of the page?