|
-
Mar 10th, 2000, 12:46 AM
#1
Thread Starter
Member
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
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
|