Scott Fletcher wrote:
Hi!

    I'm wondering if there is such a thing as an alternative to the HTML
submit button that would instead look like an anchor and yet act like a
submit with POST action.  Just wondering...

Scott F.


Instead of javascript and image magic, I would style the button to look like regular text:


<input style="border-size: 0px; border-style: none; background: inherit; font: inherit; cursor: hand; cursor: pointer; padding: 0px;" type="submit">

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to