モバイルCGI掲示板

ケータイ用コンテンツ作成者のための情報共有の場です。

[トップページ] [投稿する] [タイトルリスト] [スレッド一覧] [内容表示]

件ずつ ページ目 and or 検索


[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";
    }