-
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?I'm using VBScript.
-
Don't use a hyperlink at all.
Use script to call your pages using location.href
Onclick of your buttonA, call script that loads your main frame then your menu frame as required.
-
Check out the Code Snippet I've posted for the similar topic.