Hi,
I was wondering if anybody knew if it was possible to have an <a href=" "></a> within an HTML button?
I have tried having
<INPUT type="button" value="Search" ID="Search" NAME="Search" onClick="<a href="WordSearch.aspx"></a>">
but it doesn't seem to like this!
The reason I'm trying to do this is because I'd like have buttons on the UI instead of the normal text link (to try and make the site look smarter).
Any information would be appreciated
Thanks
Jane
I was wondering if anybody knew if it was possible to have an <a href=" "></a> within an HTML button?
I have tried having
<INPUT type="button" value="Search" ID="Search" NAME="Search" onClick="<a href="WordSearch.aspx"></a>">
but it doesn't seem to like this!
The reason I'm trying to do this is because I'd like have buttons on the UI instead of the normal text link (to try and make the site look smarter).
Any information would be appreciated
Thanks
Jane