HTAをもっと流行らせる計画at TECH
HTAをもっと流行らせる計画 - 暇つぶし2ch278:デフォルトの名無しさん
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