|
-
Aug 9th, 2002, 10:07 AM
#1
Thread Starter
Member
html submit button
I have been using html for my submit button, and I have been searching through the pages and found no solution to my problems. I tried using php but fact is I am hopeless at that.
If you could help me I would be really greatful...I used this script
<form action="mailto:[email protected]" method="post" enctype="text/plain" name="form1">
<textarea name="textarea" cols="50" rows="7"></textarea>
<input type="reset" name="Reset" value="Reset">
<input type="submit" name="Submit2" value="Submit">
</form>
-
Aug 9th, 2002, 10:20 AM
#2
Hyperactive Member
what are you trying to do?
what is the problem?
-
Aug 9th, 2002, 11:16 AM
#3
Thread Starter
Member
THAT WAY DOESN'T WORK FOR ME!
 Platty rules 
-
Aug 9th, 2002, 11:26 AM
#4
PowerPoster
-
Aug 9th, 2002, 11:35 AM
#5
Thread Starter
Member
they are obviously no where near you
 Platty rules 
-
Aug 9th, 2002, 11:51 AM
#6
PowerPoster
I'm not the one asking for help then throwing a wobbly when somebody asks me to clarify.
No need to thank me for that link, it was my pleasure.
-
Aug 9th, 2002, 12:00 PM
#7
Lively Member
change
<input type="submit" name="Submit2" value="Submit">
to
<input type="Submit" name="Submit2" value="Submit">
Just Imagine what you can do with the power of php.
257 Tutorials and counting.
529 Snippets and growing.
Add yours today @
SnippetLibrary.com
-
Aug 9th, 2002, 05:30 PM
#8
Thread Starter
Member
thank you for the link, and I am sorry about throwing a wobbly, the whole thing was just pissing me off.
 Platty rules 
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
|
Click Here to Expand Forum to Full Width
|