javascript - Asp.net Hyperlink not working fine -


i have asp.net hyperlink im assigning navigation url @ run time. working fine actually, problem that, doesn't show hand icon when mouse over. below script. please missing?

this code added on page load of page. want see hand icon on mouse on not showing..

    link1.attributes.add("onclick", "window.open('/viewfleetterminal?id=" + request.querystring["id"].tostring() + "', 'window','height=600,width=820,top=50,left=50,toolbar=yes,scrollbars=yes,resizable=yes');return true");      <asp:hyperlink id="link1" runat="server" target="_blank">[link1]</asp:hyperlink> 

check css isn't overriding cursor. if add rule like

a {   cursor: pointer; } 

that should make cursor hand when hover on link.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -