Thread: Form Question
Results 1 to 5 of 5
Related
-
HTML Form Question Forum: HTML Forum
Replies: 7 -
text form question Forum: Website Scripts Forum
Replies: 0 -
Another form question?.... Forum: HTML Forum
Replies: 15 -
Form Question Forum: Website Scripts Forum
Replies: 2 -
Form Question Forum: CGI Perl Forum
Replies: 5
-
08-27-2004, 04:55 PM #1
Form Question
---Hello
---I Have A Question Regarding A Form That I Have Recently
---Been Constructing I Was Wondering If There Is A Way To
---Edit My Code So That The Submit And Reset Actions May Be
---Performed Not By The Submit And Reset Buttons But Rather
---Have The Actions Performed By Links
---Thanx
---DaWebmasta
Code:<FORM action="thewrestlinghideout@yahoo.com" method="post" enctype="text/plain"> <TABLE BORDER CELLPADDING=4 CELLSPACING=1 BORDERCOLOR=#555555 WIDTH=100%> <TR> <TD width="50%"><DIV align="left"> <font style="font-family:verdana;color:#555555;font-size:10px">Name </DIV> </TD> <TD width="50%"> <DIV align="right"><INPUT type="text" STYLE="cursor:crosshair" STYLE="color: #555555; font-family: Verdana; font-weight: normal; font-size: 10px; background-color: #000000;" size="20" maxlength="40"> </TD> <TR> <TD width="50%"><DIV align="left"> <font style="font-family:verdana;color:#555555;font-size:10px">E-Mail Address </DIV> </TD> <TD width="50%"> <DIV align="right"><INPUT type="text" STYLE="cursor:crosshair" STYLE="color: #555555; font-family: Verdana; font-weight: normal; font-size: 10px; background-color: #000000;" size="20" maxlength="40"> </TD> <TR> <TD width="50%"><DIV align="left"> <font style="font-family:verdana;color:#555555;font-size:10px">Homepage </DIV> </TD> <TD width="50%"> <DIV align="right"><INPUT type="text" STYLE="cursor:crosshair" STYLE="color: #555555; font-family: Verdana; font-weight: normal; font-size: 10px; background-color: #000000;" size="20" maxlength="40"> </TD> <TR> <TD width="50%"><DIV align="left"> <font style="font-family:verdana;color:#555555;font-size:10px">Favorite Diva </DIV> </TD> <TD width="50%"> <DIV align="right"><INPUT type="text" STYLE="cursor:crosshair" STYLE="color: #555555; font-family: Verdana; font-weight: normal; font-size: 10px; background-color: #000000;" size="20" maxlength="40"> </TD> <TR> <TD width="50%"><DIV align="left"> <font style="font-family:verdana;color:#555555;font-size:10px">Favorite Finishing Move </DIV> </TD> <TD width="50%"> <DIV align="right"><INPUT type="text" STYLE="cursor:crosshair" STYLE="color: #555555; font-family: Verdana; font-weight: normal; font-size: 10px; background-color: #000000;" size="20" maxlength="40"> </TD> <TR> <TD width="50%"><DIV align="left"> <font style="font-family:verdana;color:#555555;font-size:10px">Favorite Wrestler </DIV> </TD> <TD width="50%"> <DIV align="right"><INPUT type="text" STYLE="cursor:crosshair" STYLE="color: #555555; font-family: Verdana; font-weight: normal; font-size: 10px; background-color: #000000;" size="20" maxlength="40"> </TD> <TR> <TD width="50%"><DIV align="left"> <font style="font-family:verdana;color:#555555;font-size:10px">Favorite Brand </DIV> </TD> <TD width="50%"> <DIV align="right"><INPUT type="text" STYLE="cursor:crosshair" STYLE="color: #555555; font-family: Verdana; font-weight: normal; font-size: 10px; background-color: #000000;" size="20" maxlength="40"> </TD> <TR> <TD width="50%"><DIV align="left"> <font style="font-family:verdana;color:#555555;font-size:10px">Rate My Site From 1-10 </DIV> </TD> <TD width="50%"> <DIV align="right"><INPUT type="text" STYLE="cursor:crosshair" STYLE="color: #555555; font-family: Verdana; font-weight: normal; font-size: 10px; background-color: #000000;" size="20" maxlength="40"> </TD> <TR> <TD><DIV align="left"> <font style="font-family:verdana;color:#555555;font-size:10px">Comment </DIV> </TD> <TD> <DIV align="right"><INPUT type="text" STYLE="cursor:crosshair" STYLE="color: #555555; font-family: Verdana; font-weight: normal; font-size: 10px; background-color: #000000;"size="20" maxlength="80"> </TD> <TR> <TD> </TD> <TD> <INPUT type="submit" name="submit" value="Submit"> <INPUT type="reset" name="reset" value="Reset"> </TD></TR> </TABLE> </FORM>
-
08-28-2004, 07:36 PM #2
This would require javascript, here is an example.. http://javascript.internet.com/forms/submit-link.html
-
08-29-2004, 09:33 PM #3
-
08-30-2004, 03:08 PM #4
---For Some Reason I Tried y Code And It Doesn't Work Does
---Someone Know What Is Wrong With My Code Because When
---I Press The Submit Button It Sends The An E-Mail To My
---E-Mail Address But There Is Nothing In The E-Mail Sent To Me
---DaWebmasta
-
08-30-2004, 04:29 PM #5
Try changing the form action to "mailto:email@address.tld" instead of "email@address.tld"
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?