New Message: Re: Publishing to WHICH broswer?
webmaster at userland.com
webmaster at userland.com
Sun Dec 4 21:37:58 CST 2005
A new message was posted:
Address: http://frontier.userland.com/discuss/msgReader$14328
By: Robert Black (robert at brainwave.wow.aust.com)
The answer lies in this object:
system.verbs.builtins.webBrowser.supportedBrowsers ...
The key is to add 'MOZB' to the end of the list of Carbon browsers
"MacOS" {
if defined (system.environment.isCarbon) and system.environment.isCarbon {
return ({'MSIE', 'OWEB', 'MOSS', 'MOZZ', 'OPRA', 'iCAB', 'CHIM', 'sfri', 'MOZB'})}
else {
return ({'MSIE', 'MOSS', 'MOZZ', 'OPRA', 'iCAB'})}}
This is a Manila site... http://manila.userland.com/.
More information about the Manila-Server
mailing list