Hi.I’m using Layers in Notes Client to dynamicly hide or show part of the form. I can use JavaScript in Notes Client. But if I use
window.document.getElementById(“Layer”) ==> an error: “window.document.getElementById is not a function”
window.document.layers ==> “undefined”
window.document.all ==> “undefined”
Can anybody tell me, how to get my layer as an object in Button OnClick event?
Thanks in advance. Jiri