Changeset 16575


Ignore:
Timestamp:
2007/10/26 12:40:20 (16 years ago)
Author:
nanasess
Message:

r15842 のマージ

  • 受注完了ボタン2重クリックの防止
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/Smarty/templates/default/shopping/confirm.tpl

    r16050 r16575  
    44 * http://www.lockon.co.jp/ 
    55 *}--> 
     6<script type="text/javascript">//<![CDATA[ 
     7var send = true; 
     8 
     9function fnCheckSubmit() { 
     10    if(send) { 
     11        send = false; 
     12        return true; 
     13    } else { 
     14        alert("只今、処理中です。しばらくお待ち下さい。"); 
     15        return false; 
     16    } 
     17} 
     18//]]> 
     19</script> 
    620<!--▼CONTENTS--> 
    721<div id="under02column"> 
     
    198212        <a href="./payment.php" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_back.gif',back03)"><img src="<!--{$TPL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="戻る" border="0" name="back03" id="back03" /></a>&nbsp; 
    199213        <!--{if $payment_type != ""}--> 
    200         <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_next.gif',this)" src="<!--{$TPL_DIR}-->img/common/b_next.gif" alt="次へ" class="box150" name="next" id="next" /> 
     214        <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/common/b_next.gif',this)" src="<!--{$TPL_DIR}-->img/common/b_next.gif" alt="次へ" class="box150" name="next" id="next" /> 
    201215        <!--{else}--> 
    202         <input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/shopping/b_ordercomp_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/shopping/b_ordercomp.gif',this)" src="<!--{$TPL_DIR}-->img/shopping/b_ordercomp.gif" alt="ご注文完了ページへ" class="box150" name="next" id="next" /> 
     216        <input type="image" onclick="return fnCheckSubmit();" onmouseover="chgImgImageSubmit('<!--{$TPL_DIR}-->img/shopping/b_ordercomp_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_DIR}-->img/shopping/b_ordercomp.gif',this)" src="<!--{$TPL_DIR}-->img/shopping/b_ordercomp.gif" alt="ご注文完了ページへ" class="box150" name="next" id="next" /> 
    203217        <!--{/if}--> 
    204218      </div> 
Note: See TracChangeset for help on using the changeset viewer.