Changeset 10455 for temp/trunk/html/test


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

Legend:

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

    r10454 r10455  
    22<html> 
    33    <head> 
     4        <meta http-equiv="Content-Type" content="text/html; charset=EUC-JP"> 
    45        <script language="JavaScript" type="text/javascript" src="auth.js"></script> 
    56    </head> 
    67    <body> 
    7     <form id="frmCaptcha" name="frmCaptcha"> 
     8    <form id="form1" name="form1"> 
    89        <table>  
    910            <tr> 
     
    2122                <td>&nbsp;</td> 
    2223                <td> 
    23                     <input id="btnCaptcha" type="button" value="Captcha Test" name="btnCaptcha" onclick="getParam(document.frmCaptcha)" /> 
     24                    <input type="button" value="¼Â¹Ô" onclick="getParam(document.form1)" /> 
    2425                </td> 
    2526            </tr> 
Note: See TracChangeset for help on using the changeset viewer.