F
feng
I am using the following JavaScript to diplay a modal
window:
window.showModalDialog('Open/QicWebError.aspx', " & _
"'_blank', 'height=380, width=520, " & _
"location=no, menubar=no, titlebar=no,
toolbar=no', true);
But the problem is that I can't set the size of the
window. The settings I use in the script doesn't seem to
work and I can't make it resizeable either.
Please help.
window:
window.showModalDialog('Open/QicWebError.aspx', " & _
"'_blank', 'height=380, width=520, " & _
"location=no, menubar=no, titlebar=no,
toolbar=no', true);
But the problem is that I can't set the size of the
window. The settings I use in the script doesn't seem to
work and I can't make it resizeable either.
Please help.