-->

New windows

------------- ------------------
Centered Popup
#blanket { background-color:#111; opacity: 0.65; filter:alpha(opacity=65); position:absolute; z-index: 9001; top:0px; left:0px; width:100%; } #popUpDiv { position:absolute; background-color:#eeeeee; width:300px; height:300px; z-index: 9002;
----------------- var msg = new DOMAlert( { title: 'Title', text: 'Alert Message', skin: 'default', width: 300, height: 300, ok: {value: true, text: 'Yes', onclick: showValue}, cancel: {value: false, text: 'No', onclick: showValue } }); --------------------

Read Also:

Related Posts
Disqus Comments