Gossamer Forum
Home : General : Internet Technologies :

Form submit in the form of Hyperlink

Quote Reply
Form submit in the form of Hyperlink
Can a form submit be made in the form of a hyper link?

Examle:

<form action="blah.cgi" method="post">
<input type="hidden" value="essentail data 1" name="inputform">
<button> submit buttom but in a hyper link style appearance??
</form>

Submit


http://www.iuni.com/...tware/web/index.html
Links Plugins
Quote Reply
Re: [Ian] Form submit in the form of Hyperlink In reply to
<a href="#" onclick="javascript:document.form_name.submit();">Submit</a>

I *think*
Quote Reply
Re: [Paul] Form submit in the form of Hyperlink In reply to
I'll give it a go. Thanks Paul.


http://www.iuni.com/...tware/web/index.html
Links Plugins