It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

Forums without CGI BIN

Forums without CGI BIN

Postby newbie on Sat Feb 24, 2007 12:41 am

I'm fairly new to HTML, and only have about 3 months experience. I don't have any code generators, so I do it all with Notepad. Can anyone help me use the POST or GET method to create a small message board without a CGI BIN file? I want to be able to create a message board with ONLY HTML and maybe some JavaScript. PLEASE help.
newbie
 
Posts: 9
Joined: Fri Feb 23, 2007 7:21 pm

Postby 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?
newbie
 
Posts: 9
Joined: Fri Feb 23, 2007 7:21 pm


Who is online

Users browsing this forum: No registered users and 9 guests