PDA

View Full Version : text to submit


paulj
08-07-2007, 02:52 PM
Hello allI wanna submit a form by a text or something like link: I use this :Code:---------Home (http://www.udm4.com/forum/#)---------1-is this a javascript function?

theUKdude
08-07-2007, 03:10 PM
<a href="javascript:document.myForm.submit();">Submit</a>where myForm is the 'name' attribute of your form tag

hth

theUKdude