Cookies are not necessary. The only reason to use cookies would be if you were trying to accomplish this using JavaScript only.
Instead, put the text box and the 3 options in a form as form inputs. Have the form post the input values to a second page. The second page can perform the calculations in ASP code prior to sending the response to the client. Also, before sending the response the the client, the second page can perform any necessary operations using the results of the calculation you mentioned. Hope that helps. - Vieth > -----Original Message----- > From: harikrishnan unnikrishnan [mailto:[EMAIL PROTECTED] > Sent: Friday, June 25, 2004 1:13 PM > To: [EMAIL PROTECTED] > Subject: [ASP] help rqd in form submission > > hi i am new to asp and i hav to create a page which does some > calculations based on user inputs. like i have three option > buttons associated to a text field and based on the option > say easy medium, hard i hav to multiply a number(based on the > radio option) with another number from a text box and get the > output as a variable. the next thing is that i need to pass a > set of variables to the next page, is there any method to do > so other than the use of a cookie. please help. the method > can be server side or clientside, no problem. > HELP ME > Hari > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail is new and improved - Check it out! > http://promotions.yahoo.com/new_mail > > > > ------------------------ Yahoo! Groups Sponsor > --------------------~--> Yahoo! Domains - Claim yours for > only $14.70 http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/17folB/TM > -------------------------------------------------------------- > ------~-> > > -------------------------------------------------------------- > ------- > Home : http://groups.yahoo.com/group/active-server-pages > --------------------------------------------------------------------- > Post : [EMAIL PROTECTED] > Subscribe : [EMAIL PROTECTED] > Unsubscribe: [EMAIL PROTECTED] > --------------------------------------------------------------------- > Yahoo! Groups Links > > > > > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar. Now with Pop-Up Blocker. Get it for free! http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [EMAIL PROTECTED] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> 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/
