Posted by google.20.jbloggs on 09/06/05 01:10
Weird problem - why is it that this works:
<a href="page.php?variable=1">click</a>
but this doesn't:
<form method="post" action="page.php?variable=1">
<input type="submit" name="submit" value="submit">
</form>
With the "form" method, I still get the "page.php?variable=1" URL, but
the page opens as if no variables are passed.
It also doesn't work if I use a hidden form field to pass a variable.
Joe
[Back to original message]
|