window.open是打開新窗口。window.location是將本頁替換了,也就是定位。
例如:
<input type="button" value="轉向" onclick="window.open('default.htm')">
<input type="button" value="轉向" onclick="window.location='default.htm';">
posted on 2007-04-12 12:07 A++ 閱讀(1045) 評論(1) 編輯 收藏
大方的師傅 回復 更多評論
Powered by: BlogJava Copyright © A++