kusarigama
Technical User
hidden fields (Visitor) Apr 25, 2002
Hi all,
is there a way to get the value of a hidden field as soon as the the form is submitted. The current state is that the value is only visible when I press the submit button a second time.
Here is the snippet:
if( ...something)
{
print"<input type=\"hidden" name=\"path_a\value=$path_a>";
}
echo $path;
Olli
Hi all,
is there a way to get the value of a hidden field as soon as the the form is submitted. The current state is that the value is only visible when I press the submit button a second time.
Here is the snippet:
if( ...something)
{
print"<input type=\"hidden" name=\"path_a\value=$path_a>";
}
echo $path;
Olli