|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Possible to store javascript document.forms[0].value to ASP session?
Hello all
Would it be possible to store javascript document.forms[0].value to ASP session as global variable? If it is not possible, how can I pass the javascript document.forms[0].value to ASP/vbscript function? I need to pass the javascript value to ASP/vbscript function because I have to store the javascript value into database. I can't use Request.Form for getting field value. Because there is a submit button in the same form for calling email function in another ASP page. Thanks Bon Why ant you send it to a page that does not render any html but stores the
values in the session, then use response.redirect to send it to the email page? or simply store in the session on the same page as the email function? <bonnie.tan***@gmail.com> wrote in message Show quote news:1151686535.391961.207030@d56g2000cwd.googlegroups.com... > Hello all > > Would it be possible to store javascript document.forms[0].value to ASP > session as global variable? If it is not possible, how can I pass the > javascript document.forms[0].value to ASP/vbscript function? > > I need to pass the javascript value to ASP/vbscript function because I > have to store the javascript value into database. > > I can't use Request.Form for getting field value. Because there is a > submit button in the same form for calling email function in another > ASP page. > > Thanks > Bon > |
|||||||||||||||||||||||