javascript - Is there anyways to change the look and feel of the default alert window -


possible duplicate:
change native confirm/alert

alert("hello") 

is there anyway change style of default alert box rather providing user same old windows feel..

no, hardcoded browser. use jquery ui dialogs rather alerts, they're customizable:

http://jqueryui.com/demos/dialog/


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -