« June 2006 | Main | August 2006 »

JavaScript Differences Between Lotus Notes 6.x And Lotus Notes 7.x

Posted by Tobias Mueller

Lotus Notes 6.x:
navigator.appName => "Lotus Notes"

Lotus Notes 7.x:
navigator.appName => "IBM Lotus Notes"

If you use JavaScript in Lotus Notes to distinguish bt. Notes Client and Browser this code will not work anymore.

e.g.
navigator.appName != "Lotus Notes" => always true in Notes 7.x

Possible Solution:
navigator.appName.indexOf("Notes") == -1

Do You Like Mindmapping?

Posted by Tobias Mueller

I really like this tool Freemind.
It's Java, it's free, it's open, it's based on XML and it's smart.