PDA

View Full Version : oCMenu.hideForm


hajo
23.05.2001, 06:11
Is it possible to hide forms even in a frame?
I have problems to hide the formelements on a page
that goes in the main fraim, or must i set the
document variable to the name of the page?

oCMenu.hideForm="document.formLayer" //Values: "" || "document.LAYER_NAME"
^this

Thank you
Hajo

bratta
23.05.2001, 06:32
You must have a layer tag around the form in that page yes.

And then you change the variable to this:

oCMenu.hideForm="oCMenu.win.document.formLayer"

I haven't tested that, but it should work.

Let me know.

-Thomas Brattli-
http://www.bratta.com/
http://www.dhtmlcentral.com/

hajo
23.05.2001, 08:09
It works, thank you very much!!!

Hajo