How to change the title of javascript alert box in asp.net? -
in asp.net using imagebutton
on click of showing javascript
confirm
button below:
<asp:imagebutton id="imagebuttondelete" imageurl="~/styles/images/delete.png" commandargument='<%#eval("regionid") %>' onclientclick="javascript:return confirm('are sure want delete?');" text="delete" commandname="delete" runat="server" width="20px" height="20px" />
however, in chrome, title of alert box shows -
the page @ localhost:1150 says
i don't want the page at...
text. how change that?
sorry, can't it's security/anti-phishing feature, refer link more information change alert title
however, if want display box user can construct such box through jquery modal. here nice link shows how create jquery-modal
Comments
Post a Comment