close
作用:連結到本頁時,將破壞frame的效果。
作法 1:
使用<meta>,完整語法為<meta http-equiv="windows-Target" content="_top">
作法 2:
作法 2:
使用javascript,如果本頁名稱為b.html,則javascript的寫法如下:
if (top.location.href.indexOf("b.html") < 0) {
top.location.href = "b.html";
}
if (top.location.href.indexOf("b.html") < 0) {
top.location.href = "b.html";
}
全站熱搜