IIS ASP - Possible to store javascript document.forms[0].value to ASP session?

This is Interesting: Free IT Magazines  
Home > Archive > IIS ASP > June 2006 > Possible to store javascript document.forms[0].value to ASP session?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Possible to store javascript document.forms[0].value to ASP session?
bonnie.tangyn@gmail.com

2006-06-30, 1:23 pm

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

Slim

2006-06-30, 7:20 pm

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.tangyn@gmail.com> wrote in message
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
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com