hi I have an asp button like this
<asp:Button ID="btnBack" OnClientClick='javascript:history.back()' runat="server" Text="back">
</asp:Button>
now the javascript doesn't work to go a history back. but if I make an alert() it works...why
how to solve this?
thank you