Hello All,
I am currently passing information between forms using the html links. Like so:
<A HREF="main.cgi?menuoption=1&otheroption=2">Click Me</A>
I want to know if there is a better way of passing this information so that the user can't see this information.
I am fully aware of using forms with hidden fields. But I would rather use that method as a last resort.
Any help in this matter is greatly appreciated.
I am currently passing information between forms using the html links. Like so:
<A HREF="main.cgi?menuoption=1&otheroption=2">Click Me</A>
I want to know if there is a better way of passing this information so that the user can't see this information.
I am fully aware of using forms with hidden fields. But I would rather use that method as a last resort.
Any help in this matter is greatly appreciated.