[ic] Transfer variable through url

Sergey Sheykin interchange-users@lists.akopia.com
Mon May 21 05:14:01 2001


Hi, people!

I try transfer variables using standart url-method.
Not through form (method="post"), but :

<a href=__CGI_URL__/page.html?this_field_value=[scratch
this_field_value]>Go!</a>

not working...

Page opening, but variable value not processing (Remains without
modifications).

Why?