Qローチケ申し込み2(カード払い用)

  • /*
     * @title Qローチケ申し込み2(カード払い用)
     * @description カード払い用。内容自分で変えてから使えよ。PCサイトでのみ動作確認(Safari)。
     * @javascript_url
     */
    javascript:(function(){
    document.getElementById("DLV_PLACE_ZIP").value = "12346";/*郵便番号*/
    document.getElementById("DLV_PLACE_PREF").value = "東京都";
    document.getElementById("DLV_PLACE_CITY").value = "大田区中央";/*市郡区町村*/
    document.getElementById("DLV_PLACE_LNUM").value = "2ー31ー44";/*番地*/
    document.getElementById("DLV_PLACE_INP_OTH").value = "いくらマンション828号室";
    document.getElementById("DLV_PLACE_FAMILY_NAME").value = "大阪";
    document.getElementById("DLV_PLACE_NAME").value = "太郎";
    document.getElementById("DLV_PLACE_TEL").value = "0120444444";/*TEL*/
    document.getElementById("CARD_NO").value = "1234567890123456";/*クレカ番号*/
    document.getElementById("EXPIRE_MONTH").value = "08";/*有効期限月*/
    document.getElementById("EXPIRE_YR").value = "2020";/*年*/
    document.getElementById("SECURITY_CD").value = "828";/*セキュリティコード*/
    document.getElementById("PWD").value = "1234";/*マイページPASS*/
    document.getElementById("PWD_CNF").value = "1234";
    document.getElementById("APLCT_FIRST_NAME_KANA").value = "オオサカ";
    document.getElementById("APLCT_LAST_NAME_KANA").value = "タロウ";
    document.getElementById("APLCT_BIRTHDAY_YEAR").value = "1989";
    document.getElementById("APLCT_BIRTHDAY_MONTH").value = "8";
    document.getElementById("APLCT_BIRTHDAY_DAY").value = "28";
    document.getElementsByName("APLCT_GENDER")[1].checked = true;/*男性は[0]、女性は[1]に*/
    })();
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2017/03/08 22:46:16 - 2017-03-08
  2. 2017/01/29 10:55:18 - 2017-01-29
  3. 2017/01/29 10:42:03 - 2017-01-29