Last active
October 7, 2017 00:41
-
-
Save ohtake/5057225 to your computer and use it in GitHub Desktop.
SPL Yoyaku https://www.puroland.co.jp/fanclub/login.asp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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