I am Using "window.showmodal" for 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, this modal works as non-Draggable and non- resizable window. and also we could not refresh the window using f5 or using mouse, but in Cross Browser ( Firefox, Chrmo, Safari ), above the features are not working.
Any Other way to do the same. Any Help ??