<!-- Copyright 2001, 2002, 2003 Macromedia, Inc. All rights reserved. -->
<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
           "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
	<title><MMString:loadString id="TagLibraries/HTML/iframe/title" /></title>
  
<script src="../../Shared/Common/Scripts/dwscripts.js"></script>
<script src="../../Shared/Common/Scripts/ListControlClass.js"></script>
<script src="../../Shared/Common/Scripts/tagDialogsCmn.js"></script>
<script src="loc_strings.js"></script>
<script src="strings.js"></script>
<script>
/************************* GLOBAL VARS **************************/

var SCROLLINGLIST;
var ALIGNLIST;

var theUIObjects;

/****************************************************************/

function inspectTag(tagNodeObj)
{
  tagDialog.inspectTagCommon(tagNodeObj, theUIObjects); 
}

function applyTag(tagNodeObj)
{
  tagDialog.applyTagCommon(tagNodeObj, theUIObjects); 
}

function initializeUI()
{
	SCROLLINGLIST = new ListControl("thescrolling");
	ALIGNLIST = new ListControl("thealign");
	
	theUIObjects = new Array(SCROLLINGLIST,ALIGNLIST);
	
  tagDialog.populateDropDownList(SCROLLINGLIST, theFrameScrollingCap, theFrameScrollingVal, 0);
  tagDialog.populateDropDownList(ALIGNLIST, theAlignObjectCap, theAlignObjectVal, 1); 
	SCROLLINGLIST.pickValue('auto'); 

}
</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>

<body onLoad="initializeUI();">

<div MMString:name="TagLibraries/HTML/iframe/div/name/General"> 
  <table border="0" cellspacing="4">
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Source" /> </td>
      <td nowrap="nowrap">
        <input type="text" id="attr:iframe:src" name="thesrc" attname="src" style="width:200px" required="true" />&nbsp;
        <input type="button" name="browseBtn" MMString:value="TagLibraries/HTML/iframe/button/browseBtn/Browse" onClick="tagDialog.browseFile('thesrc');focus(this)">
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Name" /> </td>
      <td nowrap="nowrap">
        <input name="thename" type="text" class="medTField" id="attr:iframe:name" attname="name" />
      </td> 
    </tr> 
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Width" /> </td>
      <td nowrap="nowrap">
        <input name="thewidth" type="text" class="smallNumOrChar" id="attr:iframe:width" attname="width" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Height" /> </td>
      <td nowrap="nowrap">
        <input name="theheight" type="text" class="smallNumOrChar" id="attr:iframe:height" attname="height" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Margin" /> </td>
      <td nowrap="nowrap">
        <input name="themarginwidth" type="text" class="smallNumOrChar" id="attr:iframe:marginwidth" attname="marginwidth" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Margin_1" /> </td>
      <td nowrap="nowrap">
        <input name="themarginheight" type="text" class="smallNumOrChar" id="attr:iframe:marginheight" attname="marginheight" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Alignment" /> </td>
      <td nowrap="nowrap">
        <select name="thealign" class="alignList" id="attr:iframe:align" attname="align"> 
        </select>
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Scrolling" /> </td>
      <td nowrap="nowrap">
        <select name="thescrolling" class="oneWordOptionList" id="attr:iframe:scrolling" attname="scrolling">
           
        </select>
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:iframe:frameborder" name="theframeborder" attname="frameborder" truevalue="" falsevalue="0" checked="true" /> <MMString:loadString id="TagLibraries/HTML/iframe/checkbox/theframeborder/Show" />
      </td>
    </tr>
	</table>
</div>
<div MMString:name="TagLibraries/HTML/iframe/div/name/Browser"> 
  <table border="0" cellspacing="4">
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Horizontal" /> </td>
      <td nowrap="nowrap">
        <input name="thehspace" type="text" class="smallNumOrChar" id="attr:iframe:hspace" attname="hspace" />&nbsp;<img src="../../Shared/MM/Images/IE.gif" MMString:alt="TagLibraries/HTML/iframe/img/alt/Internet" align="absmiddle">&nbsp;<MMString:loadString id="TagLibraries/HTML/iframe/text/3" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Vertical" /> </td>
      <td nowrap="nowrap">
        <input name="thevspace" type="text" class="smallNumOrChar" id="attr:iframe:vspace" attname="vspace" />&nbsp;<img src="../../Shared/MM/Images/IE.gif" MMString:alt="TagLibraries/HTML/iframe/img/alt/Internet" align="absmiddle">&nbsp;<MMString:loadString id="TagLibraries/HTML/iframe/text/3" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:iframe:allowtransparency" name="theallowtransparency" attname="allowtransparency" truevalue="true" falsevalue="" /> <MMString:loadString id="TagLibraries/HTML/iframe/checkbox/theallowtransparency/Allow" />&nbsp;&nbsp;<img src="../../Shared/MM/Images/IE.gif" MMString:alt="TagLibraries/HTML/iframe/img/alt/Internet" align="absmiddle">&nbsp;<MMString:loadString id="TagLibraries/HTML/iframe/text/55" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:iframe:application" name="theapplication" attname="application" truevalue="true" falsevalue="" /> <MMString:loadString id="TagLibraries/HTML/iframe/checkbox/theapplication/Frame" />&nbsp;&nbsp;<img src="../../Shared/MM/Images/IE.gif" MMString:alt="TagLibraries/HTML/iframe/img/alt/Internet" align="absmiddle">&nbsp;<MMString:loadString id="TagLibraries/HTML/iframe/text/5" />
      </td>
    </tr>
	</table>
</div>
<div MMString:name="TagLibraries/HTML/iframe/div/name/Style"> 
  <table border="0" cellspacing="4">
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Class" /> </td>
      <td nowrap="nowrap">
        <input name="theclass" type="text" class="basicTextField" id="attr:iframe:class" attname="class" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/ID" /> </td>
      <td nowrap="nowrap">
        <input name="theid" type="text" class="medTField" id="attr:iframe:id" attname="id" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Style" /> </td>
      <td nowrap="nowrap">
        <input name="thestyle" type="text" class="basicTextField" id="attr:iframe:class" attname="style" />
      </td>
    </tr>
    <tr valign="baseline">
      <td align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/HTML/iframe/text/Title" /> </td>
      <td nowrap="nowrap">
        <input name="thetitle" type="text" class="basicTextField" id="attr:iframe:title" attname="title" />
      </td>
    </tr>
  </table> 
</div>
<div MMString:name="TagLibraries/HTML/iframe/div/name/Alternate"> 
 	<textarea name="thealtcontent" attname="innerHTML" id="attr:iframe:altcontent" class="contentsField"  wrap="VIRTUAL"></textarea>
</div>
</body>
</html>
