[thelist] Link to cause POST request

Chris at globet.com Chris at globet.com
Fri Jul 29 08:32:11 CDT 2005


James

> Is it possible to have a form whose submit is invoked by 
> pressing on a link? I know I could <input type="image" 
> name="submit"... and convert the link into image to achieve 
> this result but was looking for a cleaner solution that does 
> not involves images or submit buttons to generate a POST 
> request. Perhaps this can be done with JavaScript?

You could use javascript, but perhaps a more elgant solution would be to
style the submit button using CSS:

<style type='text/javascript'>
input.link
{
	border: 0px;
	background-color: #FFFFFF;
	color: #0000FF;
	text-decoration: underline;
}
</style>

<input type='submit' class='link' value='Submit Form' />

HTH

Chris Marsh
Web Developer
http://www.globet.com/
Tel: +44 20 8246 4804 Ext 828
Fax: +44 20 8246 4808

Any opinions expressed in this email are those of the individual and not
necessarily the Company. This message is intended for the use of the
individual or entity to which it is addressed and may contain
information that is confidential and privileged and exempt from
disclosure under applicable law. If the reader of this message is not
the intended recipient, you are hereby notified that any dissemination,
distribution, or copying of this communication is strictly prohibited.
If you have received this communication in error, please contact the
sender immediately and delete it from your system. 


More information about the thelist mailing list