Changeset 15476 for branches


Ignore:
Timestamp:
2007/08/30 16:44:47 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-zeus/data/downloads/module/mdl_zeus/zeus_credit.tpl

    r15450 r15476  
    44    if (now.value.length >= now.getAttribute('maxlength')) { 
    55    next.focus(); 
     6    } 
     7} 
     8var send = true; 
     9 
     10function fnCheckSubmit() { 
     11    if(send) { 
     12        send = false; 
     13        return true; 
     14    } else { 
     15        alert("Âþº£¡¢½èÍýÃæ¤Ç¤¹¡£¤·¤Ð¤é¤¯¤ªÂÔ¤Á²¼¤µ¤¤¡£"); 
     16        return false; 
    617    } 
    718} 
     
    167178                                        <td align="center" height="40" bgcolor="#f7f5f4"> 
    168179                                            <a href="#" onclick="document.form2.submit(); return false;" onmouseover="chgImgImageSubmit('/img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('/img/common/b_back.gif',back03)"><img src="/img/common/b_back.gif" width="150" height="30" alt="Ìá¤ë" border="0" name="back03" id="back03"/></a><img src="/img/_.gif" width="12" height="" alt="" /> 
    169                                             <input type="image" onmouseover="chgImgImageSubmit('/img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('/img/common/b_next.gif',this)" src="/img/common/b_next.gif" width="150" height="30" alt="¼¡¤Ø" border="0" name="next" id="next" /> 
     180                                            <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('/img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('/img/common/b_next.gif',this)" src="/img/common/b_next.gif" width="150" height="30" alt="¼¡¤Ø" border="0" name="next" id="next" /> 
    170181                                        </td> 
    171182                                    </tr> 
Note: See TracChangeset for help on using the changeset viewer.