Shoutbox

Hey Guys Back Again - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Hey Guys Back Again (/showthread.php?tid=82861)

Hey Guys Back Again by Phenic Raider on 04-01-2008 at 09:26 AM

Hey guys, back again with another request for a HTML code. = ]
(Not to do with MSN)

I have a page on a game, it's a basic HTML generater. I want to make it look real nice.
As far as tables and crap goes, that's easy.

I'm looking for a Submit form a such. It must;
-Only consist of HTML
-A User Name input
-A Message Input
-Submit button
-Able to post comments into a box/table below it
(-clear button, if possible)

Sounds easy?

Thanks. = ]


RE: Hey Guys Back Again by joey on 04-01-2008 at 11:36 AM

how about learning [x]html? :P



http://w3schools.com/html/default.asp


RE: Hey Guys Back Again by Phenic Raider on 04-01-2008 at 11:53 AM

Would that work on a normal html generator? And I can't do the forms on that shit, it's so annoying. xD Hense why I asked on here.


RE: Hey Guys Back Again by Chris4 on 04-01-2008 at 12:04 PM

code:
<form action="MAILTO:someone@someone.com" method="post" enctype="text/plain">

<h3>E-mail Form</h3>
Username:<br>
<input type="text" name="username" size="20" maxlength="20">
<br>
Message:<br>
<input type="text" name="message" size="20" maxlength="100">
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Clear">

</form>

http://www.w3schools.com/html/html_forms.asp