【 スクリプト改造工房 PART 5 】

このエントリーをはてなブックマークに追加
187nobodyさん
>http://pc.2ch.net/test/read.cgi/php/1032704121/83

sub frame の
&header; を
&header(1); に変更、

sub header を以下のように。

if($_[0]){$doctype = 'Frameset';}
else{$doctype = 'Transitional';}
print "Content-type: text/html\n\n";
print<<"EOM";
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 $doctype//EN">
<html>…


質問がスレ違いなのでこっちに書いとく。