home *** CD-ROM | disk | FTP | other *** search
/ .net - The Best of 1999/2000 / netCD Special01.iso / pc / Software / Dreamweaver / dreamw.exe / data1.cab / App_Files / Configuration / Objects / Characters / Other.js < prev    next >
Encoding:
JavaScript  |  1999-12-09  |  540 b   |  23 lines

  1. //
  2. // Copyright 1999 Macromedia, Inc. All rights reserved. 
  3. // ----------------------------------------------------
  4. //
  5. // Other.js
  6. //
  7. // See Commands/InsertEnt.js for implementation of Character Entity 
  8. // insertion.
  9. //
  10.  
  11. //
  12. // ---- Object API ---
  13. //
  14.  
  15. function objectTag() 
  16. {
  17.    var insertEntCmdURL = dreamweaver.getConfigurationPath() + "/Commands/InsertEnt.htm";
  18.    var entDOM = dreamweaver.getDocumentDOM(insertEntCmdURL);
  19.    dreamweaver.popupCommand("InsertEnt.htm");
  20.    return(entDOM.parentWindow.objectTag());
  21. }
  22.  
  23.