Gossamer Forum
Quote Reply
OpenWindow
I am using the following code...

<script>
function OnTourney(form) {
var OpenWindow=window.open ("http://cgi.abc.net/tourney/smallball/" +form.trn.value+ "");
return false;
}
</script>


with the following call

<form onSubmit="return OnTourney(this)" action="/" name=tourney>

Instead of a new window, I want to know how i can get the call to go to a frame in a frameset called "main".
Quote Reply
Re: [1stepATaTIME] OpenWindow In reply to
Have a look at: http://msdn.microsoft.com/...pen_0.asp?frame=true

----
Cheers,

Dan
Founder and CEO

LionsGate Creative
GoodPassRobot
Magelln