TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

preload q

Page: 1 Reply
Nov 1st 2001#19533 Report
Member since: Apr 20th 2001
Posts: 6
Does anyone know of a preload script that can preload a whole .html page and content before viewing it (like floodgear.com)? Or does the preload have to be done to each image individually?
Reply with Quote Reply
Dec 21st 2001#24296 Report
Member since: Apr 19th 2001
Posts: 36
ok.you can use frame to achieve that effect.

code like this.

index.htm //loading page.you can add everything as you like.

< html>
< body>
lading ...plase
< iframe height=0 src=main.htm>
< /body>
< /html>


main.htm //main page.

< html>
< body
onload=javascript:if(top.loaction!=this.location){top.location=this.location}; >
other code
< /body>
< /html>
Reply with Quote Reply
Dec 22nd 2001#24532 Report
Member since: Apr 20th 2001
Posts: 6
thanks!
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum