SOLUTION 1:

<BUTTON>
Search <img src="button.gif" alt="Search">
</BUTTON>

Problem: Doesn't work in older browsers (e.g. NN4).

Eh, another good solution spoiled by this zombie.


<a href="javascript:submitForm()">Search</a>

Forget hackish href="javascript:". Use onclick instead. To make this less evil you could put link inside <label>.


-- regards, Kornel Lesiński

******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to