robertsont
08-17-2004, 10:22 AM
I have three buttons in a form which i want to be made invisible on print. Can I use these two to operate such that when a button outside the form is selected, the three buttons disappear?
Regards,
Tom
HM_GL_UponDisplay/HM_PG_UponDisplay: A global or Page-Specific variable that allows you to specify a JavaScript statement that should be executed each time a menu is made visible. It allows you to call a routine that will hide (among other possibilities) an element from view at the exact point each menu is displayed. Statements assigned to HM_GL_UponDisplay/HM_PG_UponDisplay are, by default, executed for all menus on the site (with the exception of the top-most level of permanently displayed menus, which are designed to be a part of the actual page). See column 42 for further information and an example.
HM_GL_UponHide/HM_PG_UponHide: A global or Page-Specific variable that allows you to specify a JavaScript statement that should be executed each time a menu is hidden. It allows you to call a routine that will restore the visibility of an element (among other possibilities) at the exact point each menu is hidden. Statements assigned to HM_GL_UponDisplay/HM_PG_UponDisplay are, by default, executed for all menus on the site. Again, see column 42 for further information and an example.
Regards,
Tom
HM_GL_UponDisplay/HM_PG_UponDisplay: A global or Page-Specific variable that allows you to specify a JavaScript statement that should be executed each time a menu is made visible. It allows you to call a routine that will hide (among other possibilities) an element from view at the exact point each menu is displayed. Statements assigned to HM_GL_UponDisplay/HM_PG_UponDisplay are, by default, executed for all menus on the site (with the exception of the top-most level of permanently displayed menus, which are designed to be a part of the actual page). See column 42 for further information and an example.
HM_GL_UponHide/HM_PG_UponHide: A global or Page-Specific variable that allows you to specify a JavaScript statement that should be executed each time a menu is hidden. It allows you to call a routine that will restore the visibility of an element (among other possibilities) at the exact point each menu is hidden. Statements assigned to HM_GL_UponDisplay/HM_PG_UponDisplay are, by default, executed for all menus on the site. Again, see column 42 for further information and an example.