dwx 寫:
不知道,可能是 Mozilla 有 bug ?
我相信不是了.
看這個...
代碼:
<Script Language="VBScript">
dim box_width
dim box_height
if screen.width>=1024 then
box_width=660
else
box_width=screen.width-292
end if
box_height=screen.height-335
document.write("<iframe name='main_frame' marginwidth=1 marginheight=1 height="&CStr(box_height)&" width="&CStr(box_width)&" border=0 frameborder=0 src='home.php' style='border-style: dotted; border-width: 1'>")
</Script>
您的瀏覽器不支援內置框[或目前的]定為不顯示內置框[。</iframe>
基本上, 只有WinIE有本事去顯示這個iframe, 其他browser都只會處理
代碼:
您的瀏覽器不支援內置框[或目前的]定為不顯示內置框[。</iframe>
這句...
從一個網頁編程人員的角度去看, 一是他故意將其他browser能支援iframe的事實隱瞞起來... 一是他的邏輯非常有問題...
總括來說, 這算是一個WinIE專用的網頁... sigh*