<html>
<head>
<link href="mmres://user_interface_reference.css" rel="stylesheet" type="text/css">
<title>MAX</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
   <div id="">
   <table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
      <tr> 
         <td valign="top" class="name">MAX</td>
         <td valign="top" nowrap class="compatibility">&nbsp;</td>
      </tr>
      <tr>
         <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
      </tr>


    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span>
<p>
2 ̐l̂ꂪ傫𒲂ׂ܂B
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">߂l</span>
<p>
2 ̐l̂傫̒l
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">JeS</span>
<p>
Zp֐
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֐̃V^bNX</span><pre>Max(number1, number2)
</pre>    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">֘A</span>
<p>
Min
</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title">p[^</span>
<p>

</p>
    </td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
  </tr>
  <tr>
    <td valign="top" colspan="2" class="description"><span class="title"></span><pre>&lt;h3&gt;Max ̗&lt;/h3&gt;
&lt;cfif IsDefined(&quot;FORM.myNum1&quot;)&gt;
   &lt;cfif IsNumeric(FORM.myNum1) and IsNumeric(FORM.myNum2)&gt;
   &lt;p&gt;2 ̂傫̒l : &lt;cfoutput&gt;#Max(FORM.myNum1,
    FORM.myNum2)#&lt;/cfoutput&gt;
   &lt;p&gt;2 ̂̒l : &lt;cfoutput&gt;#Min(FORM.myNum1,
    FORM.myNum2)#&lt;/cfoutput&gt;   
   &lt;cfelse&gt;
   &lt;p&gt;l 2 ͂ĂB
   &lt;/cfif&gt;
&lt;/cfif&gt;

&lt;form action = &quot;max.cfm&quot;&gt;
&lt;h3&gt;l 2 ͂ƁA傫Ə̒lꂼ\܂B&lt;/h3&gt;

Number 1 &lt;input type = &quot;Text&quot; name = &quot;MyNum1&quot;&gt;
&lt;br&gt;Number 2 &lt;input type = &quot;Text&quot; name = &quot;MyNum2&quot;&gt;

&lt;br&gt;&lt;input type = &quot;Submit&quot; name = &quot;&quot; value = &quot;ʂ̕\&quot;&gt;
&lt;/form&gt;
</pre>
         </td>
      </tr>
   </table>
   </div>
<div id="NUMBER1ANUMBER2">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>  
<td valign="top" class="name">NUMBER1ANUMBER2</td>
  <td valign="top" nowrap class="compatibility">&nbsp;</td>
  </tr>
  <tr>
  <td colspan="2" class="divider"><img src="dwres:18084" width="100%" height="1"></td>
  </tr>

 </td>
  </tr>
  <tr>
    <td>lłB


  </td>
  </tr>
  </table>
</div>

  </body>
</html>
