From: "Philipp Lenssen" <phil@mrinfo.de>
Newsgroups: comp.infosystems.www.authoring.html
Subject: Re: Buttons and Hypertext links
Date: Wed, 21 Nov 2001 11:31:20 +0100
Message-ID: <9tg0ru$pja$1@swifty.westend.com>
Newsgroups: comp.infosystems.www.authoring.html
Subject: Re: Buttons and Hypertext links
Date: Wed, 21 Nov 2001 11:31:20 +0100
Message-ID: <9tg0ru$pja$1@swifty.westend.com>
"Mary Degallo" <marydegallo@yahoo.com> wrote in message
news:f0bf00c.0111201145.4891293a@posting.google.com...
>..
> Can I use Hyper Link ( <a> and href tag ) and thus do away with
> Buttons. I would prefer a Hyper link to POST a FORM Data
> rather than a submit button.
>..
Why would you want to do that?
If the style of the button is all you would want to change, you can do e.g.:
HTML:
<input type="submit" value="Submit" class="submit" />
CSS:
.submit
{
border: 0;
background-color: transparent;
text-decoration: underline;
color: blue;
}
Sure, you can use a JavaScripted onclick link-event to do the same, but this
would restrict your page to certain browsers/ options.
--
Philipp Lenssen
M+R Infosysteme
http://www.mrinfo.de
