//function sendJSRequest(callback,data,url){ function sendJSRequest1033831(callback,data,url){ //ローディング表示 document.getElementById("LoadingBox1033831").style.visibility = "visible"; var s = document.createElement("script"); s.charset = "utf-8"; s.src = url + "?_callback=" + callback + "&" + data; document.body.appendChild(s); } //コールバック関数 ( 受信時に実行 ) //function on_loaded1(res) function on_loaded1033831(res) { //レスポンスされた文字列を表示 document.getElementById("output1033831").innerHTML=res //("epsilon_beginpayment")の要素が有れば決済画面への自動遷移関数を実行 const beginPayment = document.getElementById("epsilon_beginpayment"); if(beginPayment != null){ setTimeout(function(){ beginPayment.submit() }, 5000); } //html表示非表示dom関数実行 privacyAgreementShowOrHide(); } //個人情報の取扱いに関するブロックの表示非表示判定 function privacyAgreementShowOrHide(){ //("3dsecure_check")の要素が有れば個人情報の取扱いに関するブロックの表示非表示処理実行 const secure = document.getElementById("3dsecure_check"); if(secure != null){ const selectable = document.getElementById("select_pay"); if(selectable.options[selectable.selectedIndex].id == 101){ // 個人情報の取扱いに関する文章と同意取得用のcheck_boxブロック表示 secure.style.display = "block"; }else{ secure.style.display = "none"; } } } // 画面描画完了後privacyAgreementShowOrHide関数を実行 window.addEventListener("load", privacyAgreementShowOrHide); document.write('
') document.write(decodeURIComponent('%3Cdiv%20id%3D%22fc2form%22%3E')) document.write(decodeURIComponent('%3Cdiv%20class%3D%22toparea%22%3E%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3Cdiv%20class%3D%22message%22%3E%E4%B8%8B%E8%A8%98%E3%83%95%E3%82%A9%E3%83%BC%E3%83%A0%E3%81%B8%E5%85%A5%E5%8A%9B%E3%81%97%20%5B%20%E7%A2%BA%20%E8%AA%8D%20%5D%20%E3%83%9C%E3%82%BF%E3%83%B3%E3%82%92%E6%8A%BC%E3%81%97%E3%81%A6%E3%81%8F%E3%81%A0%E3%81%95%E3%81%84%E3%80%82%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3Cform%20name%3D%22form1033831%22%3E')) document.write(decodeURIComponent('%3Cdiv%20class%3D%22title%22%3E%3Cli%3E%E3%81%8A%E5%90%8D%E5%89%8D')) document.write(decodeURIComponent('%3Cb%20id%3D%22coution2%22%3E%20%E2%80%BB%20%3C%2Fb%3E')) document.write(decodeURIComponent('%3C%2Fli%3E%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3Cdiv%20class%3D%22comment%22%3E%3Cinput%20name%3D%22name%22%20type%3D%22text%22%20class%3D%22form-textline%22%20maxlength%3D%2250%22%20value%3D%22%22%3E')) document.write(decodeURIComponent('%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3Cdiv%20class%3D%22title%22%3E%3Cli%3E%E3%83%A1%E3%83%BC%E3%83%AB%E3%82%A2%E3%83%89%E3%83%AC%E3%82%B9')) document.write(decodeURIComponent('%3C%2Fli%3E%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3Cdiv%20class%3D%22comment%22%3E%3Cinput%20name%3D%22mail%22%20type%3D%22text%22%20class%3D%22form-textline%22%20maxlength%3D%22100%22%20value%3D%22%22%20style%3D%22ime-mode%3Adisabled%3B%22%3E')) document.write(decodeURIComponent('%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3Cdiv%20class%3D%22title%22%3E%3Cli%3E%E3%81%8A%E5%95%8F%E3%81%84%E5%90%88%E3%81%9B%E5%86%85%E5%AE%B9')) document.write(decodeURIComponent('%3Cb%20id%3D%22coution2%22%3E%20%E2%80%BB%20%3C%2Fb%3E')) document.write(decodeURIComponent('%3C%2Fli%3E%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3Cdiv%20class%3D%22comment%22%3E%3Ctextarea%20maxlength%3D%22800%22%20name%3D%22text1%22%20cols%3D%2218%22%20rows%3D%225%22%20class%3D%22form-textbox%22%3E%3C%2Ftextarea%3E%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3Cdiv%20class%3D%22submit%22%3E%3Cdiv%20id%3D%22LoadingBox1033831%22%20style%3D%22clear%3Aleft%3Bpadding%3A3px%3Bvisibility%3Ahidden%3Bposition%3Arelative%3Btop%3A23%3Bbackground-color%3A%20%23FFFFFF%3Bborder%3A%201px%20solid%20%23999999%3Btext-align%3A%20center%3B%22%3E%3Cimg%20src%3D%27https%3A%2F%2Fform1ssl.fc2.com%2Fparts%2Fimage%2Floading1.gif%27%3E%3Cimg%20src%3D%27https%3A%2F%2Fform1ssl.fc2.com%2Fparts%2Fimage%2Floading2.gif%27%3E%3C%2Fdiv%3E%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3Cdiv%20class%3D%22submit%22%3E%3Cinput%20type%3D%22button%22value%3D%22%E7%A2%BA%E8%AA%8D%22onclick%3DsendJSRequest1033831%28%22on_loaded1033831%22%2C%22%26name%3D%22%2BencodeURIComponent%28this.form.name.value%29%2B%22%26mail%3D%22%2BencodeURIComponent%28this.form.mail.value%29%2B%22%26text1%3D%22%2BencodeURIComponent%28this.form.text1.value%29%2B%22%26Submit1%3D%22%2B1%2B%22%26id%3D%22%2B1033831%2C%22https%3A%2F%2Fform1ssl.fc2.com%2Fparts%2F%22%29%20class%3D%22button%22%3E%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3C%2Fform%3E')) document.write(decodeURIComponent('%3Cdiv%20class%3D%22bottomarea%22%3E%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3Cdiv%20style%3D%27font-size%3A12px%3Bmargin-top%3A3px%3B%27%3E%3Ca%20href%3D%27http%3A%2F%2Fform.fc2.com%2F%27%20target%3D%27_blank%27%3E%5B%20FC2%E3%83%A1%E3%83%BC%E3%83%AB%E3%83%95%E3%82%A9%E3%83%BC%E3%83%A0%20%5D%3C%2Fa%3E%3C%2Fdiv%3E')) document.write(decodeURIComponent('%3Cstyle%20type%3D%22text%2Fcss%22%3E')) document.write(decodeURIComponent('%3C%21--')) document.write(decodeURIComponent('%23fc2form%20%23coution1%7Bcolor%3A%20%23FF0000%3B%7D')) document.write(decodeURIComponent('%23fc2form%20%23coution2%7Bcolor%3A%20%23FF0000%3B%7D')) document.write(decodeURIComponent('--%3E')) document.write(decodeURIComponent('%3C%2Fstyle%3E')) document.write('
')
  翻译: