please help!
hi all,
By "window.showModalDialog()" I open a jsp page in a modal window in my web application and I want it to be invisible at first and depending on some parameters, it would be decided whether to show the modal or close it...
I tried putting it out of the screen and after the visibilith is decided for change its location but it failed to work :
window.showModalDialog("x.jsp",document,"dialogTop :5000px;dialogLeft:5000px");
but it still opens in the right bottom corner of the screen(not out of it).
Is there someway to make it invisible at first and then make it visible?
|