background
|
|
News
All in one Place
All of your regular news in one place.
More icon

Computer
|
|
Up Image
Navigation
Search this Site
Enter your search terms

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!