User Guide
366 CFML Language Reference
<!--- If you do not have an entry in an initialization file, nothing
will be displayed --->
<P>Timeout is set to: <CFOUTPUT>#timeout#</CFOUTPUT>.</P>
</CFIF>
<FORM ACTION="getprofilestring.cfm" METHOD="POST">
<hr size="2" color="#0000A0">
<table cellspacing="2" cellpadding="2" border="0">
<tr>
<td>Full Path of Init File</td>
<td><INPUT TYPE="Text" NAME="IniPath" VALUE="C:\myboot.ini"></td>
</tr>
<tr>
<td><INPUT TYPE="Submit" NAME="Submit" VALUE="Submit"></td>
<td></td>
</tr>
</table>
</FORM>
<hr size="2" color="#0000A0">
</BODY>
</HTML>