[新着] Webテンプレートを仮オープンしました
function next(){
var num=フレームの名前.location.pathname.split('/').reverse()[0].match (/\d+/);
フレーム.location.href=(num+1)+'.html';
}
function back(){
var num=フレームの名前.location.pathname.split('/').reverse()[0].match (/\d+/);
if(num!=0){
backurl = (num-1) +'.html';
フレーム.location.href=(num-1)+'.html';
}