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

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -