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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -