Trying to open a modal dialog with
  openDialog('url', 'windowName', 'modal=1')
works for me with M18 on windows while a more recent build throws a
security exeception with the following properties:

code: 1000
result: 5440488
message: Security error
name: NS_ERROR_DOM_SECURITY_ERR

Is that intentionally or a bug?
NN4 needed signed script to open a modal dialog but that always seemed
unjustified to me. IE provides
  showModalDialog
for unsigned scripts

-- 
        
        Martin Honnen
        http://javascript.faqts.com/
        http://home.t-online.de/home/martin.honnen/jsgoddies.html

Reply via email to