hi,
i have a problem here regarding my frameset. Could anyone can help me?
I need to focus on the mainFrame onload which is using a iFrame Tag.
here is my code:
-
<frameset rows="190,70,*" cols="*" >
-
<frame src="top.html" name="topFrame" id="topFrame" />
-
<frame src="scroller.htm" name="scrollFrame" id="bottomFrame" />
-
<frameset cols="660,*">
-
<frame src="show640x480.html" name="leftFrame"/>
-
<frame src="price.html" name="mainFrame" id="mainFrame"/>
-
</frameset>
-
</frameset>
-