home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 89 / PIWD89.iso / pc / CONTENTS / DREAMWEAVER / UTILITIES / pawluk / FRAMEJAMMER / FRAMEJAMMER.MXI < prev    next >
Text File  |  2003-10-05  |  2KB  |  62 lines

  1.  
  2. <macromedia-extension
  3.     name = "FrameJammer"
  4.     version = "3.3.1"
  5.     type = "Command"
  6.     requires-restart = "true">
  7.  
  8.     <!-- List the required/compatible products -->
  9.     <products>
  10.         <product name="Dreamweaver" version="4" primary="true" /> 
  11.     </products> 
  12.  
  13.     <!-- Describe the author -->
  14.     <author name="Hal Pawluk" />
  15.     <!-- Describe the extension -->
  16.     <!-- Framed pages opened "naked" outside their frameset will find the frameset and position themselves in the correct frame. -->
  17.     <description>
  18.     <![CDATA[
  19.     Changes: Added Netscape 7 support<BR><BR>
  20.  
  21.     This extension is used with pages that belong in a frameset.<BR><BR>
  22.     
  23.         After being FrameJammed/FrameStuffed, any page opened "naked" in a browser (as when found by a search engine) or in a frame with the wrong name will find and open its parent frameset, then position itself in the correct frame.  <BR>
  24.         As an anti-hijacking measure, the frameset page checks to see if it is at the top of the browser window, and if not will break out.<BR>
  25.         Please read the Help file. And as usual, use at your own risk.<BR><BR>
  26.     
  27.     A download for Dreamweaver 2 users is available on the author's site.
  28.     
  29.     ]]>
  30.     </description>
  31.  
  32.     <!-- Describe where the extension shows in the UI of the product -->
  33.  
  34.     <ui-access>
  35.     <![CDATA[
  36.     Access from the 'FrameJammer' entry in the 'Dabbler' flyout from the Commands menu.<BR>
  37.     ]]>
  38.     </ui-access>
  39.  
  40.     <!-- Describe the files that comprise the extension -->
  41.     
  42.     <files>
  43.         <file name="FrameJammer.htm" destination="$dreamweaver/configuration/commands/Dabbler" />
  44.         <file name="FrameJammer.js"  destination="$dreamweaver/configuration/commands/Dabbler" shared="true" />
  45.         <file name="FrameJammerHelp.html"  destination="$dreamweaver/configuration/Help" shared="true" />
  46.     </files>
  47.  
  48.     <!-- Describe the changes to the configuration -->
  49.     
  50.     <configuration-changes>
  51.         <!-- Add an entry to the command menu -->
  52.  
  53.         <menu-insert appendTo="DWMenu_Commands">
  54.             <menu name="_Dabbler" id="DWMenu_Commands_Dabbler">
  55.         </menu>
  56.         </menu-insert>
  57.         <menu-insert appendTo="DWMenu_Commands_Dabbler">
  58.               <menuitem name="Frame_Jammer..." file="Commands/Dabbler/FrameJammer.htm" id="hp_cmds_FrameJammer" />
  59.          </menu-insert>
  60.     </configuration-changes>
  61. </macromedia-extension>
  62.