R: [ic] pass variables don't work rigth

Stefano Nota interchange-users@lists.akopia.com
Thu May 17 09:02:01 2001


I've solved the problem in thi way:

[if value lan eq 1]
[then]
	 Yeah okay okay. I will send mail to appropriate people.
[/then]
[else]
	 <B> Form fill out mistake. I think i will have to shoot you now.
</B>
[/else]
[/if]


The variable is passed in this way:

<form action="[process-target]" method="POST">
<INPUT TYPE="text" NAME="lan" VALUE="1"><br>
<input type="Submit" name="mv_submit" value="Send">
<input type="Hidden" name="mv_doit" value="return">
<input type="Hidden" name="mv_nextpage" value="index_new">
</form>

I tried also an image instead of a button for submit:
<input type="image" src="webmail3-4.gif" width="15" height="15" border="0"
name="mv_submit" value="Send">

Thanks all the same stefano