|
-
Dec 8th, 2000, 10:42 AM
#1
Thread Starter
Hyperactive Member
Hi, I use the following sub to choose from a dropdown. I'm trying to put the page that contains it into a frame and send the query strings to a different window in the frame. I can't get "Target" to work though. Could someone help me out?
Sub sponsor_onchange
location.href = "NewHeader.asp?SponID=" & sponsor.value & "&ReqID=ALL" target=Selecter
End Sub
Thank You,
JoeyO
-
Dec 8th, 2000, 11:00 AM
#2
Fanatic Member
if I remember correctly you need to use
top.framename.location.href
I could be wrong though
Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!
-
Dec 8th, 2000, 01:46 PM
#3
Or
parent.framename.location.href
-
Dec 8th, 2000, 04:54 PM
#4
Thread Starter
Hyperactive Member
Thanks guys, Top works for one page window.parent works when I nest it in another page
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
|