モバイルCGI掲示板

ユーザー編集モード

[戻る]


[636-20] index.cgiの中身E カル丼どん 2007/12/28(金)04:51 [ホームページ]
    if ($mode eq "0"){
        print "Location: $url\n\n"
    } else {
        print "Content-type: text/html\n\n";
        print "<html>\n";
        print "<head>\n";
        print "<meta name=\"robots\" content=\"index,follow\">\n";
        print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=Shift_JIS\">\n";
        print "<meta name=\"Keywords\" content=\"$keywords\">\n";
        print "<meta name=\"description\" content=\"$description\">\n";
        print "<title>$title</title>\n";
        print "</head>\n";
        print "<frameset border=\"0\" cols=\"*,0\">\n";
        print "<frame src=\"$url\">\n";
        print "</frameset>\n";
        print "</html>\n";
    }



[636-20]を編集
名 前
メール
URL
内 容
削除する