[HELP] HTML - Submitting a form

Status
Not open for further replies.

Thom

You can't touch this
Oct 1, 2010
1,305
386
Hello :)
I was wondering if it is possible to submit a HTML form using a hyperlink (<a></a> tags) rather than using the actual submit button.

Is this possible? How do I do it?

Thanks :)
 

RastaLulz

fight teh power
Staff member
May 3, 2010
3,926
3,921
You can't solely do it with HTML. However, you can use JavaScript, and more specifically jQuery.

Want to submit a form that someone already filled out?



Here's an example I just whipped together:


Want to submit data without a form?




Here's an example I just whipped together:
 
Status
Not open for further replies.

Users who are viewing this thread

Top