What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Hey Guys Back Again

Hey Guys Back Again
Author: Message:
Phenic Raider
Junior Member
**


Posts: 65
33 / Male / Flag
Joined: Feb 2008
O.P. Hey Guys Back Again
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. = ]
[IMG]http://i107.photobucket.com/albums/m315/chopp
ork/TSA.png[/IMG]
04-01-2008 09:26 AM
Profile E-Mail PM Web Find Quote Report
joey
Senior Member
****

Avatar
Epoc Faileur.

Posts: 734
Reputation: 26
33 / Other / Flag
Joined: Dec 2006
RE: Hey Guys Back Again
how about learning [x]html? :P



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

Break my heart all you want, i'm on the NHS.
ever wondered what it's like to ejaculate through your ears...? ;o
04-01-2008 11:36 AM
Profile E-Mail PM Web Find Quote Report
Phenic Raider
Junior Member
**


Posts: 65
33 / Male / Flag
Joined: Feb 2008
O.P. RE: Hey Guys Back Again
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.
[IMG]http://i107.photobucket.com/albums/m315/chopp
ork/TSA.png[/IMG]
04-01-2008 11:53 AM
Profile E-Mail PM Web Find Quote Report
Chris4
Elite Member
*****

Avatar

Posts: 4461
Reputation: 84
32 / Male / Flag
Joined: Dec 2004
RE: Hey Guys Back Again
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

This post was edited on 04-01-2008 at 12:12 PM by Chris4.
Twitter: @ChrisLozeau
04-01-2008 12:04 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On