acclaim99
04-13-2003, 01:34 PM
I have a drop down bar (not sure of the technical name, but you its one of those ones where you scroll then press Go) but when I press the button it is opening in that frame.
I want it to open (of course) in the main frame.
Here is my frame set
<frameset cols="143,*" onload="CSScriptInit();">
<frame name="left" noresize src="left.html">
<frameset rows="97,*">
<frame name="top" noresize src="top.html">
<frame name="right" noresize src="index1.html">
</frameset>
</frameset>
So what do I have to put before/after the GO button to make it open in the right frame (index1.html)
Sorry if it's confusing, I'm using GoLive and it generated the frame part.
I want it to open (of course) in the main frame.
Here is my frame set
<frameset cols="143,*" onload="CSScriptInit();">
<frame name="left" noresize src="left.html">
<frameset rows="97,*">
<frame name="top" noresize src="top.html">
<frame name="right" noresize src="index1.html">
</frameset>
</frameset>
So what do I have to put before/after the GO button to make it open in the right frame (index1.html)
Sorry if it's confusing, I'm using GoLive and it generated the frame part.