If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Look here...  XML
Forum Index » Support Forum
Author Message
Anonymous



To certain smart people...

Following is a script, which is a preloader script. It loades, but when completed, it don't send you further. It just shows a popup, and thats it. If i like my page to send me to another page after loading, is it possible??

Please help.
Tom Fisher


<script type="text/javascript">
load = new seLoader('../../gfx/') // make loader object and set the directory (dir optional)
load.runAtEnd('alert("Done Loading Images")') // run a script after loading (optional)
load.setImgs // set the images
(
'spacer.gif','black.gif','orange.gif','logo.gif','corner_lt.gif','corner_rt.gif','bg.jpg',
'title.gif','scroller.gif','nav/contact.gif','nav/contact_over.gif',
'nav/links.gif','nav/links_over.gif','nav/news.gif','nav/news_over.gif',
'nav/work.gif','nav/work_over.gif','nav/xper.gif','nav/xper_over.gif',
'tab_contact.gif','tab_links.gif','tab_news.gif','tab_work.gif','tab_xper.gif'
)

function initLoader()
{
load.load()
}
onload=initLoader
</script>
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum