|
-
February 19th, 2006, 02:26 AM
#2
Senior Member
What language is on the server? Just html or do you have perl, PHP, java, etc.? If it's just html, well, it will be a little sticky but do-able.
==============================
I would have two forms, if you had the ability to do html alone; or else I would automatically email it, and permit whoever gets it to optionally discard it.
Here's the rough scheme:
Code:
<form method="post" action="mailto:[email protected]">
Name: <input type="text" size="10" maxlength="40" name="name">
Input: <input type="input" size="10" maxlength="10" name="input">
</form>
Be sure to affect the maxlength depending on the input type
"The Texan turned out to be good-natured, generous and likeable. In three days no one could stand him." Catch 22 by Joseph Heller.
Buddies? I have no buddies...
Give the BSD daemon some love (proud FreeBSD user) 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|