Specifications
464
Returns
Nothing.
Enabler
“dreamweaver.canShowFindDialog()” on page 424
dreamweaver.showFindReplaceDialog()
Availability
Dreamweaver 3
Description
Opens the Replace dialog box.
Arguments
None.
Returns
Nothing.
Enabler
“dreamweaver.canShowFindDialog()” on page 424
Frame and frameset functions
Frame and frameset functions cover two tasks: getting the names of the frames in a frameset and
splitting a frame in two.
dom.getFrameNames()
Availability
Dreamweaver 3
Description
Gets a list of all the named frames in the frameset.
Arguments
None.
Returns
An array of strings where each string is the name of a frame in the current frameset. Any unnamed
frames are skipped. If none of the frames in the frameset is named, an empty array returns.
Example
For a document that contains four frames (two of which are named), a call to
dreamweaver.getDocumentDOM().getFrameNames() might return an array that contains the
following strings:
• "navframe"
• "main_content"