home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / DREAMWEAVER / UTILITIES / pawluk / FRAMEBUSTER / FRAMEBUSTER.MXI < prev    next >
Text File  |  2000-06-16  |  2KB  |  59 lines

  1.  
  2. <macromedia-extension
  3.     name = "FrameBuster_hp"
  4.     version = "1.0"
  5.     type = "Command"
  6.     requires-restart = "true">
  7.  
  8.     <!-- List the required/compatible products -->
  9.     <products>
  10.         <product name="Dreamweaver" version="2" primary="true" /> 
  11.     </products> 
  12.  
  13.     <!-- Describe the author -->
  14.     <author name="Hal Pawluk" />
  15.     <!-- Describe the extension -->
  16.     
  17.     <description>
  18.     <![CDATA[
  19.     
  20.     Breaks out of frames on a foreign site without breaking the browser 'Back' button.<BR><BR>
  21.     
  22.     Can also be used on pages that you want to bust out of foreign frames but use in your own frameset, although the FrameJammer technique is probably a better choice for this.<BR><BR>
  23.     
  24.     A download for Dreamweaver 2 users is available on the author's site.
  25.     
  26.     ]]>
  27.     </description>
  28.  
  29.     <!-- Describe where the extension shows in the UI of the product -->
  30.  
  31.     <ui-access>
  32.     <![CDATA[
  33.     Access from the 'FrameBuster' entry in the 'Dabbler' flyout from the Commands menu.  This will be created if it does not exist.<BR>
  34.     ]]>
  35.     </ui-access>
  36.  
  37.     <!-- Describe the files that comprise the extension -->
  38.     
  39.     <files>
  40.         <file name="FrameBuster_hp.htm" destination="$dreamweaver/configuration/commands/Dabbler" />
  41.         <file name="hp_insertCode.js"  destination="$dreamweaver/configuration/commands/Dabbler" shared="true" />
  42.     </files>
  43.  
  44.     <!-- Describe the changes to the configuration -->
  45.     
  46.     <configuration-changes>
  47.         
  48.         <!-- Add an entry to the command menu -->
  49.  
  50.         <menu-insert appendTo="DWMenu_Commands">
  51.             <menu name="Dabbler" id="DWMenu_Commands_Dabbler"></menu>
  52.         </menu-insert>
  53.         <menu-insert appendTo="DWMenu_Commands_Dabbler">
  54.               <menuitem name="FrameBuster" file="Commands/Dabbler/FrameBuster_hp.htm" id="hp_cmds_FrameBuster" />
  55.          </menu-insert>
  56.     
  57.     </configuration-changes>
  58. </macromedia-extension>
  59.