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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -