Skip to content

Instantly share code, notes, and snippets.

@ohtake
Last active October 7, 2017 00:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ohtake/5057225 to your computer and use it in GitHub Desktop.
Save ohtake/5057225 to your computer and use it in GitHub Desktop.
// yoyaku07_name.asp
document.forms[0].TEL.value="080-XXXX-XXXX";
document.forms[0].NAME_FM_1.value="オオタケ"; //optional
document.forms[0].NAME_FR_1.value="トモヒロ"; //optional
// document.forms[0].SONOTA.value=""; // optional
// OEMSignSettlement.php
document.forms[0].card_type.value="01VISA";
document.forms[0].card_no0.value="4538";
document.forms[0].card_no1.value="XXXX";
document.forms[0].card_no2.value="XXXX";
document.forms[0].card_no3.value="XXXX";
document.forms[0].card_exp_m.value="01";
document.forms[0].card_exp_y.value="16";
document.forms[0].card_user_name.value="TOMOHIRO OHTAKE";
document.forms["insert_member"].zip.value = "1234567";
document.forms["insert_member"].prefecture_id.value = "14"; // 神奈川県
document.forms["insert_member"].city.value = "ああああああ";
document.forms["insert_member"].street.value = "いいいいいい";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment