Specifications
459
dreamweaver.saveFrameset()
Availability
Dreamweaver 3
Description
Saves the specified frameset, or opens the Save As dialog box if the frameset has not previously
been saved.
Arguments
documentObject
documentObject
is the object at the root of a document’s DOM tree, which is the value that
dreamweaver.getDocumentDOM()) returns.
Returns
Nothing.
Enabler
“dreamweaver.canSaveFrameset()” on page 423
dreamweaver.saveFramesetAs()
Availability
Dreamweaver 3
Description
Opens the Save As dialog box for the frameset file that includes the specified DOM.
Arguments
documentObject
documentObject
is the object at the root of a document’s DOM tree, which is the value that
dreamweaver.getDocumentDOM()) returns.
Returns
Nothing.
Enabler
“dreamweaver.canSaveFramesetAs()” on page 423