- Timestamp:
- 2008/05/12 11:12:45 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-1/data/downloads/module/mdl_paygent/paygent_bank.tpl
r17012 r17301 1 1 <script type="text/javascript"> 2 2 <!-- 3 var send = true; 4 5 function fnCheckSubmit() { 6 if(send) { 7 send = false; 8 return true; 9 } else { 10 alert("Âþº£¡¢½èÍýÃæ¤Ç¤¹¡£¤·¤Ð¤é¤¯¤ªÂÔ¤Á²¼¤µ¤¤¡£"); 11 return false; 12 } 13 } 14 3 15 function next(now, next) { 4 16 if (now.value.length >= now.getAttribute('maxlength')) { … … 136 148 <td align="center" height="40" bgcolor="#f7f5f4"> 137 149 <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="" /> 138 <input type="image" on mouseover="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" />150 <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" /> 139 151 </td> 140 152 </tr>
Note: See TracChangeset
for help on using the changeset viewer.