View Single Post
I cut and pasted the following link into both Safari and Omniweb, and Omniweb just ignores the link while Safari processes it and pops open the appropriate window (path obfuscated to protect the innocent):

javascript:showModalDialog("http://someplace.internal.com/nnnn/nnnnnn_editCommodityPart.jsp?recordnum=0","","dial ogWidth:800px; dialogHeight:400px; status:no; center:yes")

Here is some additional information in the Error log that might help:

Warning: Cannot convert charset "" to string encoding; using default encoding instead

Here is some additional information in the Console (Inspect element):

ReferenceError: Can't find variable: showModalDialog (line 1)


This is an internal site, so I don't want to restrict javascript pop-ups...any way around this?

Thanks.

Last edited by sfmacintosh; 2007-08-13 at 10:32 AM..