Changeset 10453 for temp/trunk


Ignore:
Timestamp:
2006/12/08 12:24:25 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/uehara/captcha/ajax_captcha/captcha_test.htm

    r10449 r10453  
    1212                </td> 
    1313                <td> 
    14                     <input id="txtCaptcha" type="text" name="txtCaptcha" value="" maxlength="10" size="32" /> 
     14                    <input id="input_data" type="text" name="input_data" value="" maxlength="10" size="32" /> 
    1515                </td> 
    1616                <td>  
    17                     <img id="imgCaptcha" src="create_image.php" /> 
     17                    <img id="code" src="create_image.php" /> 
    1818                </td> 
    1919            </tr> 
     
    2121                <td>&nbsp;</td> 
    2222                <td> 
    23                     <input id="btnCaptcha" type="button" value="Captcha Test" name="btnCaptcha"  
    24                         onclick="getParam(document.frmCaptcha)" /> 
     23                    <input id="btnCaptcha" type="button" value="Captcha Test" name="btnCaptcha" onclick="getParam(document.frmCaptcha)" /> 
    2524                </td> 
    2625            </tr> 
Note: See TracChangeset for help on using the changeset viewer.