esprits top Esprit's Style

    -    エンジニアの足つぼ    -

フレーム操作

〆 Javascriptを用いて、自分以外のフレームを操作することが可能です。

JavaScript
 File  Edit  Tool  Help

<script type="text/javascript">
<!--
function framechange(arg1, arg2) {
   arg1.location.href = "frame01.htm";
   arg2.location.href = "frame02.htm";
   return false;
}
// -->
</script>
</head>
<body>
<a href="#" onclick="return framechange(parent.frame1, parent.frame2)">
フレームを書き換える
</a>
The link to this site is free.   /   Last Updated : 28.May.2012   
Copyright © ESPRITS STYLE. 2003-2007   /   ご意見、感想、苦情は、 こちらへ...
counter