Posted by Geoff Berrow on 07/09/05 01:51
I noticed that Message-ID: <i0ptc1ltq42rflflk4huuk8ealg06opjmv@4ax.com>
from Wayne contained the following:
><form action="newpage.php">
><input type="hidden" name="id" value="3">
><input type="submit" value="Cancel">
></form>
shouldn't that be
<form action="newpage.php" method="get">
<input type="hidden" name="id" value="3">
<input type="submit" value="Cancel">
</form>
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Navigation:
[Reply to this message]
|