<!-- Copyright 2001-2006 Adobe Macromedia Software LLC and its licensors. 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/CFML/cfhttpparam/title" /></title>
<script src="../../Shared/Common/Scripts/dwscripts.js"></script>
<script src="../../Shared/Common/Scripts/tagDialogsCmn.js"></script>
<script src="../../Shared/Common/Scripts/ListControlClass.js"></script>
<script src="loc_strings.js"></script>
<script src="strings.js"></script>
<script>
/************************* GLOBAL VARS **************************/

var TYPELIST;
var theUIObjects;

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

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

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

function initializeUI()
{
  TYPELIST = new ListControl("thetype");
  theUIObjects = new Array(TYPELIST);

  tagDialog.populateDropDownList(TYPELIST, theHTTPPARAMTypeCap, theHTTPPARAMTypeVal, 0);
}
</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>
<body onLoad="initializeUI();">
<div MMString:name="TagLibraries/CFML/cfhttpparam/div/name/General">
  <table border="0" cellspacing="4">
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfhttpparam/text/Type" /> </td>
      <td nowrap="nowrap">
        <select name="thetype" class="oneWordOptionList" id="attr:cfhttpparam:type" attname="type" editable="false" required="true">
        </select>
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfhttpparam/text/Name" /> </td>
      <td nowrap="nowrap">
        <input name="thename" type="text" class="medTField" id="attr:cfhttpparam:name" attname="name" required="true" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfhttpparam/text/Value" /> </td>
      <td nowrap="nowrap">
        <input name="thevalue" type="text" class="basicTextField" id="attr:cfhttpparam:value" attname="value" required="true" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfhttpparam/text/File" /> </td>
      <td nowrap="nowrap">
        <input name="thefile" type="text" class="largeTField" id="attr:cfhttpparam:file" attname="file" />
        &nbsp;
		<input type="button" name="browseBtn" MMString:value="TagLibraries/CFML/cfhttpparam/button/browseBtn/Browse" onClick="tagDialog.browseFile('thefile');focus(this)" />
      </td>
    </tr>
    <tr>
      <td valign="baseline" align="right" nowrap="nowrap"><MMString:loadString id="TagLibraries/CFML/cfhttpparam/text/Mime" /> </td>
      <td nowrap="nowrap">
        <input name="themimetype" type="text" class="basicTextField" id="attr:cfhttpparam:mimetype" attname="mimetype" />
      </td>
    </tr>
    <tr>
      <td nowrap="nowrap">&nbsp;</td>
      <td nowrap="nowrap">
        <input type="checkbox" id="attr:cfhttpparam:encoded" name="theencoded" attname="encoded" truevalue="" falsevalue="no" checked="true" />
        <MMString:loadString id="TagLibraries/CFML/cfhttpparam/checkbox/theencoded/Encoded" /></td>
    </tr>
  </table>
</div>
</html>
