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

Brent Kelly interchange-users@icdevgroup.org
Wed Sep 25 16:12:00 2002


> What I want is do is to hide the values that are posted from page1 so t=
hat
> the URL wont look like this:
> www.site.com/page2.html?var=3Dvalue1&var=3Dvalue2&var=3Dvalue3, but ins=
tead like
> this: www.site.com/page2.html.

use <form method=3D"POST"...>

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

not 100% sure with perl but with php it submits it as an array as in var[=
] ...=20
i'd imagine perl would be similar.  If not my guess would be either ';' o=
r=20
','.

hope that helps...

Brent Kelly,
Zeald Ltd.
http://www.zeald.com