<div class="htmlarea"> <textarea id="runcode74282"> <input type="button" onclick="new_page()" value="new_page"> <input type="button" onclick="old_page()" value="old_page"> <input type="button" onclick="replace()" value="replace"> </textarea> <br><input onclick="runEx('runcode74282')" type="button" value="运行代码"><input onclick="doCopy('runcode74282')" type="button" value="复制代码"> <input onclick="doSave(runcode74282)" type="button" value="保存代码"> <a href="http://www.jb51.net/article/23421.htm" title="查看具体详情" target="_blank">[Ctrl A すべて選択 注: </a>外部 Js を導入する必要がある場合は、更新して実行する必要があります </div>]<br><strong></strong>window.location window.open<br> <br>window.location = "http://www.jb51.net" ジャンプ後の戻る関数あり <br>window.location.replace("http ://www.jb51 .net") ジャンプ後の戻る機能はありません<script language="javascript"><!-- function old_page() { window.location = "http://www.jb51.net" } function replace() { window.location.replace("http://www.jb51.net") } function new_page() { window.open("http://www.jb51.net") } // --></script>window.open("http://www.jb51.net") リンクを新しいウィンドウで開く場合