Click to See Complete Forum and Search --> : Need iframe to load 5 sec after the page loads?


airski
03-04-2003, 02:32 PM
I have a webpage that has an external call to a java applett from another website. My dial up users have a hard time loading our page because that java applett takes forever to load.

Is there anyway to load the page and then 5 seconds after load the java applet? The applett is an external call to a .js file from another website.

Can i put the call into another separate html page and then call it into an iframe?

What are my options?

Thanks

gil davis
03-04-2003, 03:18 PM
They can disable java for your site.

You could be kind and eliminate the applet.

You can add an iframe loaded with a blank page and change it's SRC after 5 seconds.