|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I want to use text as a means of submitting a form rather than using the Submit button.
Is this possible? Not so long ago I seem to remember reading through a tutorial which let you use an image as the button, and this would work too (but as usual I forgot to bookmark this page). Does anyone have any suggestions? Anyone? Bueller? Thanks. |
|
#2
|
|||
|
|||
|
Okay, I have the images part sorted:
INPUT TYPE=IMAGE SRC="your image here" NAME="form name here" ALT="alternate text for image"> Note: apparently the image name and the form name must be the same name. http://www.pdcdesign.com/harvillo/forms.html So now I am wondering if I can use <input type=text....> |
|
#3
|
||||
|
||||
|
you can use anything as a 'submit' button even a text link ie:
<script> function sendit(){document.formname.submit()} </script> <a href="#" onclick="sendit()">text link or image here</a> ------------------ Simon Wheeler FirePages -DHTML/PHP/MySQL |
|
#4
|
|||
|
|||
|
Thanks Simon.
This will help me a lot. |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Simple forms question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|