Use of DHTML in the Notes 8.5 Client?

I have some nice code that works great on the web. In short it uses

tags and links to show/hide different sections of the form.

I’d like to use this in the Notes Client also though have not been able to find any documentation that talks about what the new 8.5 client can do in terms of DHTML and JavaScript. Nor have I been able to find any info on this searching the web.

In short I’d like to use

type tags to define areas of a form and have links that run JavaScript to show/hide these sections. The JavaScript generally looks like this: document.getElementById(“myTest”).style.display = “none”;

In a simple test the client chokes on the “getElementById” portion of this command.

Any help on this would be great!!