HTAをもっと流行らせる計画 at TECH
[2ch|▼Menu]
278:デフォルトの名無しさん
06/10/09 08:51:39
>>277

<html>
<head>
<script>
function load() {
    with (frame1.document) {
        open("text/html", "replace");
        write('<html><body><div><input type="button"/></div></body></html>');
        close();
    }
    with (frame2.document) {
        open("text/html", "replace");
        write('<html><body><div><input type="button"/></div></body></html>');
        close();
    }
}
</script>
</head>
<frameset cols="50%,*" onload="load()">
  <frame id="frame1" />
  <frame id="frame2" />
</frameset>
</html>


次ページ
続きを表示
1を表示
最新レス表示
スレッドの検索
類似スレ一覧
話題のニュース
おまかせリスト
▼オプションを表示
暇つぶし2ch

5302日前に更新/132 KB
担当:undef