Forum Moderators: open
function info(a)
{var b = document.getElementById(a).href;location.href=(b)}
Html ;
<a id=p1 href="http://www.mysite.com/products.asp?stk=77">
<input class=btn type=button onclick="info('p1')" value=info>
</a>
Okay do you think a Search engine like google or Av can follow the above link.
We want to use a CSS input button and not a image rollover graphic.
DaveN