Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to update to frame at once?

Status
Not open for further replies.

ayiba

Programmer
Jan 29, 2002
1
HK
Hi,

I'm a beginner in VB script. just wondering how I can update two frames at once. Something like the following code as in Javascript?

parent.newstoolbar.location.href = "newstoolbar.asp";
parent.newscontent.location.href = "newscontent.asp;

Any help will be very much appreciated.

Ayiba
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top