by newbie on Sun Feb 25, 2007 3:02 am
Here is the code if the input page, where the user types in their message to post:
------------------------------------------------------------------------------------
<html>
<body bgcolor=00000000>
<font color=CD00000>
<form method="POST" action="display.htm">
Name:<br><input type="text" name="Name"><br>
Message:<br><textarea name="Message"></textarea><br>
<input type="submit" value="Post Message">
<input type="reset" value="Reset">
</form>
</font>
</body>
</html>
-------------------------------------------------------------------------------------
In this case, "display.htm" is in the same folder, so why isn't the input being displayed on the "dsiplay.htm" page?