[ic] How do I send a form that wont alter the URL?

Rene Hertell interchange-users@icdevgroup.org
Wed Sep 25 16:02:01 2002


Hi list,

I have a page that contains checkboxes from which the user can pick
different criteria's that are part of a sql-query on the next page.

What I want is do is to hide the values that are posted from page1 so that
the URL wont look like this:
www.site.com/page2.html?var=value1&var=value2&var=value3, but instead like
this: www.site.com/page2.html.

Then my second problem is the value that gets submitted to the next page.
What is the delimiter between the values (value1[]value2[]value3[])? I
wanted to handle this within a Perl-statement, but I could not figure out
how to do it.


any help as really much appreciated,


Regards, Rene