javascript - how to change font of text in confirm navigation popup? -


I just want to change the font of a text that is written on this popup like text size like font - Size: 16px;

How is this possible?

  & lt; Html & gt; & Lt; Top & gt; & Lt; Script & gt; Window.onbeforeunload = function (e) {Return 'you have not submitted the application form yet.'; }; & Lt; / Script & gt; & Lt; / Head & gt; & Lt; / Html & gt;  


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -