Hello, I am using JScript in ASP to process a large form. I want to
assign all the form variables to Session variables then use them
later on, without setting up the form variables into an array. This
doesn't work, but something along the lines of:
for (i = 1; i <= Request.Form.Count; i++) {
var formname = String(Request.Form.Key(i));
Session(Request.Form.Key(i)) = string(Request.Form(i));
}
There is probably a very simple answer and I am barking up the wrong
tree as usual! Hope you can help.
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/