Specifications

568
Returns
A Boolean value that indicates whether the remote site is connected.
Enabler
“site.canConnect()” on page 435
site.getCurrentSite()
Availability
Dreamweaver 3
Description
Gets the current site.
Arguments
None.
Returns
A string that contains the name of the current site.
Example
If you defined several sites, a call to site.getCurrentSite() returns the one that is currently
showing in the Current Sites List in the Site panel.
site.getFocus()
Availability
Dreamweaver 3
Description
Determines which pane of the Site panel has the focus.
Arguments
None.
Returns
One of the following strings: "local", "remote", or "site map".
site.getLinkVisibility()
Availability
Dreamweaver 3
Description
Checks whether all the selected links in the site map are visible (that is, not marked hidden).
Arguments
None.
Returns
A Boolean value that indicates whether all the selected links are visible.