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

Scott Andreas interchange-users@icdevgroup.org
Wed Sep 25 16:20:03 2002


Rene,

One way,

I would use the [set variable]do something[/set] and [scratch variable]
variables.

[set] actually defines your variable and [scratch] calls the variable.

there are variations of these methods [tmp] & [scratchd]

These are all pretty well documented in the docs and on the list serve

Scott A
> -----Original Message-----
> From: interchange-users-admin@icdevgroup.org
> [mailto:interchange-users-admin@icdevgroup.org]On Behalf Of Rene Hertell
> Sent: Wednesday, September 25, 2002 1:01 PM
> To: Interchange-Users
> Subject: [ic] How do I send a form that wont alter the URL?
>
>
> 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
>
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>