javascript - Cross Browser: How to restrict refresh, Resizable in Window.showmodal Dialog? -
i using "window.showmodal" open modal window.
window.showmodaldialog('/servlet/zservlet?api=loadjobboarddetails&rand='+myrandom,obj,"dialogheight: 600px; dialogwidth: 1100px; dialogtop: px; dialogleft: px; center: yes; help: no; resizable: no; status: no; scroll: yes;");
in i.e, modal works non-draggable , non- resizable window. , not refresh window using f5 or using mouse, in cross browser ( firefox, chrmo, safari ), above features not working.
any other way same. ??
Comments
Post a Comment