K kgs Nov 24, 2003 #1 is it possible in jscript to display a modal dialog without the close X button on right top. Thanks!!
is it possible in jscript to display a modal dialog without the close X button on right top. Thanks!!
S Steven Nov 25, 2003 #2 The only type of modal dialog you can show is an alert, or a confirm window, both which have the X to close the window.
The only type of modal dialog you can show is an alert, or a confirm window, both which have the X to close the window.