how is it possible to create the "submit" button of a form in text (a href) instead of a "input" thingy (the default "<input type="submit">")
and is it also possible to have the submit button beofore the data collection ??
ME!
Printable View
how is it possible to create the "submit" button of a form in text (a href) instead of a "input" thingy (the default "<input type="submit">")
and is it also possible to have the submit button beofore the data collection ??
ME!
anything is possible... well almost :D
<a href="#" onClick="document.formName.submit()">
thanx scoutt :)
ME!
ok, thanx scoutt, i'll give that a try :D
ME!
Or u can use this:
Code:
<a href="JavaScript:document.formName.submit();">
ummm, none of those scripts work for me :( do i have to put it outside the "Form" tags or not ?
could u maybe zip and post a working example ??
_Ubunr3al_
post your code and I'll fix it for you!
its not absolutely critical that i get this done, but here u go:
There you go, it works now!
thanx, i havnt tried it just yet bit will as soon as i get the chance.
_Ubunr3al_