Posted by wes on 02/28/06 11:27
Hi guys
Why is it that when i use the code:
<FORM action="menu.php" method="POST">
<INPUT type="submit" name="Menu" value="Return to Menu">
</FORM>
...it doesnt always take me to the page, it just reloads the current
page?
But when i use:
<FORM action="menu.php" method="POST">
</FORM>
<FORM action="menu.php" method="POST">
<INPUT type="submit" name="Menu" value="Return to Menu">
</FORM>
....and basically repeat the code, it works. Does anyone else have this
problem? Am i goin about solving it in the correct manner?
Navigation:
[Reply to this message]
|