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

simple VBscript question

Status
Not open for further replies.

OhioSteve

MIS
Mar 12, 2002
1,352
US
I want to write a VBscript. I want it to load a page called "Demonstration2.asp". I tried-

nextpage="Demonstration2.asp"
response.redirect nextpage

That doesn't work. What should I do?
 
I'd rather not leave any assumptions out, but is your code between the asp delimeters <% and %> ?
 
I figured out how to accomplish what I want. I have a form on the page. In my VBscript, I wrote a command to submit the form. The form's action is to load a page.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top