I wish to use form Buttons on a Page for navigation. I can get these to work just fine for moving from link to link.

However, I would like to place a Target on these so that I can have the Page(s) go the the Correct Location in my Frameset

Where can I sepcify the Target?
EX:

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

<script language=VBscript>
<!--
Sub GoHere
location = "http://www.somepage.com" Target="Main"
end sub
-->
</script>

This Gives me a Syntax error. Anyone have any Ideas

Thanks in Advanced