Posted by David Dorward on 11/30/12 11:51
Alexander Weiner wrote:
> It is absolutely necessary, that all the parameters are send by post and not
> by get. Now I want to insert Hyperlinks <a href... in this form section. But
> here I have to put the parameters in the url via get.
The best solution is to forget it. Links go places. Buttons send data
places. They send a strong message to the user telling them what is
going to happen. Its poor usability if they send the wrong message.
That said, you can (eugh) use CSS to style buttons to look like links.
[Back to original message]
|