|
 |
|
 |
 |
 |
Navigation
Site Breadcrumb - You are here
|
 |
|
|
 |
Reference
JavaScript Code Library
Use this function to change the visibility of one or more objects. Remember, however, that Netscape will only allow you to set the visibility of "layers" (either absolutely positioned <div> or <span> tags or the now-deprecated Netscape-only <layer> tag).
Usage: WM_changeVisibility('targetLayer1', [visible|hidden|toggle], 'targetLayer2', [visible|hidden|toggle], ..., 'targetLayerN', [visible|hidden|toggle])
Demo (IE 4, Netscape 4
)
Requires: WM_checkIn()
Cut, paste, and enjoy!
|
|
 |
|