forms and cookies

liunx

Guest
I have a form that calculates a total, and I wish that total to be carried to the next page as a confirmation. I assume that I can do it using cookies, but how? Any help would be greatly appreciated.<!--content-->you could use cookies or you can use a serverside language.<br />
<br />
for cookies it would have to be javascript<br />
<!-- m --><a class="postlink" href="http://www.snippetlibrary.com/code.php?id=5&kid=59&catname=Cookies">http://www.snippetlibrary.com/code.php? ... me=Cookies</a><!-- m --><br />
<br />
or you can use the serverside langauge, but it all depends on which one you use.<!--content-->
 
Back
Top