[Tep-j-develop] 半角英数字が必要な入力フィールドの処理(補追)

Back to archive index

Mineaki Gotoh gij****@peak*****
2002年 12月 11日 (水) 09:46:48 JST


追加です。

肝心な部分を書き忘れていました。

catalog/login.php

148行目付近
旧)
            <td class="main"><input type="text" name="email_address" maxlength="96" value="<?php if ($HTTP_GET_VARS['email_address']) echo $HTTP_GET_VARS['email_address']; elseif (($HTTP_COOKIE_VARS['email_address']) && ($HTTP_COOKIE_VARS['password'])) { echo $HTTP_COOKIE_VARS['email_address']; } ?>"></td>

新)
            <td class="main"><input type="text" name="email_address" maxlength="96" value="<?php if ($HTTP_GET_VARS['email_address']) echo $HTTP_GET_VARS['email_address']; elseif (($HTTP_COOKIE_VARS['email_address']) && ($HTTP_COOKIE_VARS['password'])) { echo $HTTP_COOKIE_VARS['email_address']; } ?>" style="ime-mode:disabled"></td>


これこそ、まっさきに修正すべき箇所ですね。

-- 
株式会社PEAK  ネットワーク技術担当 後藤 <gij****@peak*****>




Tep-j-develop メーリングリストの案内
Back to archive index