|
-
Mar 10th, 2000, 12:13 AM
#1
Thread Starter
Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|