I’m wondering if anyone here might know if Lotus has released or published the object model for its implementation of Javascript on the Notes R6 client? I’m toying with the idea of using some DHTML menus for a Notes client application which may be ported to a browser client at some point, but the fact that Notes client implementation of Javascript is incomplete is a great concern. For instance, I set up a simple page in a Notes database with a document.write method and when I execute the method I receive the following message:
“This feature is not yet implemented”
The last thing I want to do is go through this and find the “gotchas” by trial and error. Can anyone point me in the right direction?