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

    大笨鳥 發表在 痞客邦 留言(0) 人氣()