Jump to content

form submit link in stead of button?


Yeodan

Recommended Posts

I do remember reading about using a link instead, and it was done with JavaScript.

 

Just keep a normal submit button inside a noscript tag, if you care about those with scripting turned off. (I don't).

 

It can't be done with neither HTML or CSS alone, nor combined. The way to do it using JS would be something like:

<a href="javascript:submit()">submit</a>

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.