Hey all. I got another 1 of thoes tricky problems. let's say you have 3 frames, natrually the browser will load the first top frame. How Can you change that habit and let the browser first load the last 3rd frame?? well I know how to do this if frames were images instead => you can load them in your memory chache by javascript:
var im= new Image()
im.src="yourimage.jpg"
that way it's in you memory and no need for downloading the img from host again when the html displays it.
by hey, how can I cotrol frames that way or in a similler way???????
Thx.
var im= new Image()
im.src="yourimage.jpg"
that way it's in you memory and no need for downloading the img from host again when the html displays it.
by hey, how can I cotrol frames that way or in a similler way???????
Thx.