Re: Selectors Tests

Brad Kemper wrote:
> 
> In my case, I used the styled link in exactly the same way that submit 
> buttons are used: to look like a button and submit a form. It had an 
> "onclick" handler that pointed to the same function used by the 
> "onsubmit" of the form, and the link returned false to the link action 
> of the href. So, when I needed the button-like link to be disabled, it 
> was in exactly the same sort of situations where someone would want to 
> disable a "submit" input.

Sounds to me like you want a fully styleable submit button, not an
enable/disable-able link.

~fantasai

Received on Thursday, 13 November 2008 00:09:04 UTC