
I am launching a modal dialog window using the following code:
Code: Select all
window.showModalDialog("1.html","main","dialogWidth:990px;dialogHeight:700px")
The "1.html" file also has an instance of the Version 5.810 DHTML menu in it. I have tried setting the various "target" attributes within my "menu_data.js" file to "_self" and "_top" but neither of these seems to work.
Any suggestions as to how I might get this to work?
Thanks,
-Paul