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

Getting form variables in javascript as a language in my asp

Status
Not open for further replies.

edeaux

Programmer
Mar 7, 2003
16
0
0
PH
My asp script uses javascript as a language. I just want to know on how to get the form variables passed to my asp script (by means of POST) and use those variables as parameters in my javascript functions. Is this possible?
Thanks
 
Code:
var myvar = Request.Form("foo")

Request is an ASP object and will work with whatever scripting language you use. --James
 
Also:

ASP: VBScript vs. JavaScript
faq333-2493 --James
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top