Specifications
475
Arguments
linkHREF
linkHREF
 is the URL (document-relative path, root-relative path, or absolute URL) comprising 
the link. If this argument is omitted, the Select HTML File dialog box appears.
Returns
Nothing.
Enabler
“dom.canSetLinkHref()” on page 416
dom.setLinkTarget()
Availability
Dreamweaver 3
Description
Sets the target of the link that surrounds the current selection. This function is equivalent to 
looping through the parents and grandparents of the current node until a link is found and then 
calling 
setAttribute('TARGET') on the link.
Arguments
{linkTarget}
linkTarget
 is a string that represents a frame name, window name, or one of the reserved targets 
(
"_self", "_parent", "_top", or "_blank"). If the argument is omitted, the Set Target dialog 
box appears.
Returns
Nothing.
dom.setListBoxKind()
Availability
Dreamweaver 3
Description
Changes the kind of the selected SELECT menu.
Arguments
kind
kind
 must be either "menu" or "list box".
Returns
Nothing.
dom.showListPropertiesDialog()
Availability
Dreamweaver 3
Description
Opens the List Properties dialog box.










