-
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>
-
what are you trying to do?
what is the problem?
-
THAT WAY DOESN'T WORK FOR ME!
-
-
they are obviously no where near you
-
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.
-
change
<input type="submit" name="Submit2" value="Submit">
to
<input type="Submit" name="Submit2" value="Submit">
-
thank you for the link, and I am sorry about throwing a wobbly, the whole thing was just pissing me off.