|
-
Nov 5th, 2000, 09:18 PM
#1
Thread Starter
Hyperactive Member
Hi I've got a leftframe.asp that has a dynamic menu.Press a button and it gives you a menu based on your selection. Here's the problem: If I push, say, buttonA then I get a new menu with buttonAA in leftframe2.asp but with the same home page that belonged to the menu with buttonA in rightframe.
How do I make a hyperlink call two pages at once on a frame using VBScript?
-
Nov 8th, 2000, 11:03 AM
#2
Frenzied Member
Personally I avoid Client-side VBScript like the plague and I think everyone else should as well!
Now if you wanted to know how to do it using Javascript I might even bother to read the question!
-
Nov 11th, 2000, 11:46 PM
#3
Conquistador
i think this works?
Code:
top.frames[0].location = "link1.asp"
top.frames[1].location = "link2.asp"
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
|