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

this should be EASY

Status
Not open for further replies.

SSchimsky

MIS
Mar 26, 2002
16
0
0
US
How do I reference a varible used in vbscript with asp code?

 
vbscript is client side, and asp is server side. asp gets executed first, so if you want to reference a vbscript variable, you will have to do it by a form submission.

ray
rheindl@bju.edu

 
or by adding it to the url and accessing it via the Request.QueryString object jared@aauser.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top