It looks like there is a syntax error here:
<INPUT type-"button" .....
should read:
<INPUT type="button" .....
that should work, at least for Internet Explorer
-----Original Message-----
From: Ojeda, Donald
Sent: 23 August 2000 19:46
To: How To
Subject: [proasp_howto] Link on button
>Group:
> How do I put a link on a button.
>
><INPUT type-"button" value="New Search" id=button1 name=button1
>OnClick="AccountInfo.asp">
>
>Well, this does not work.
>
>Thanks,
> any help is much appreciated,
>Don
>
>
>
>