PDA

Click to See Complete Forum and Search --> : Link to 2 pages at same time


joey o.
Nov 6th, 2000, 10:15 AM
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.

monte96
Nov 6th, 2000, 11:10 AM
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.

Serge
Nov 6th, 2000, 11:25 AM
Check out the Code Snippet (http://216.200.173.158/vbgarage/default.asp?ThreadId=16&ForumId=3) I've posted for the similar topic.