I am trying to have a Form button link to other web site Page(s)/ Locations. I can get the Button to bring up the location but I need to know how I can target this to a location in my Frameset.

Below is an Example of the Code:

<input type="submit" language="VBScript" name="Test1" value="Click me" OnClick = "Call Start">

<script lnaguage="vbscript">
<!--

sub start
Location = "http://www.somesite.com/nextarea/page.htm"
End sub
-->
</script>

Where in here would I tell it the Target Frame?

Thanks in Advance
Spyder