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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Load Page in a frame through vbscript

Status
Not open for further replies.

miah

Programmer
Sep 27, 2002
3
US
How do I load a page into a frame depending on the contents of a txtbox, I can get it to read the textbox, but the target of the form is one page and when I want to change it to another page if the text box is empty
 
Didi it through javascript

document.sqlqueryexecute.action = 'Querypage.asp'
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top