pankaj.ghadge
10-22-2008, 02:03 PM
Hello i want to load the left frame first and then right but it is not happening . Right frame is loaded first.
So is there any solution that i can load the left frame first............
<frameset cols="15%, *" id="fs1" >
<frame src="left.html" name="left" frameborder="1" id=leftId>
<frame src="right.html" name="right" frameborder="1" id=rightId>
</frameset>
so please tell me the solution ...............
So is there any solution that i can load the left frame first............
<frameset cols="15%, *" id="fs1" >
<frame src="left.html" name="left" frameborder="1" id=leftId>
<frame src="right.html" name="right" frameborder="1" id=rightId>
</frameset>
so please tell me the solution ...............