Another way would be to create an image of the text, then use the <input type="image"> form element as a submit button.
Kirk > -----Original Message----- > > Is there a way to regular hyperlinked text to submit a form? > > > > For example, rather than having a button that says [Login], I > > just want underlined text: Login > > You can use JavaScript on that link. An onClick event > which triggers document.formname.submit() would work, > but then you lose backward compatibility (and thus > accessibility) with non-JavaScript browsers. > > Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php