我作一個flash的banner
想在flash的按鈕上
開啟一個沒有瀏覽器跟捲軸的html新視窗
我將下面這段語法插入新視窗<head></head>之間,
<script language="JavaScript">
function openWindow(url, w, h) {
var windowprops = "width=" + w + ",height=" + h;
popup = window.open(url,'remote',windowprops);
}
</script>
然後flash按鈕的語法設
on(release){
getURL("javascript:window.open('http://網址' , 'new' , 'toolbar=no,width=600,height=520,status=no,scrollbars=yes,resizable=yes').focus();void 0;");
}
可是測試flash時出現internet explore無法下載,無法預知的錯誤訊息方塊
之後傳到我的網站如下
http://www.blinghealth.com/networld/front/bin/home.phtml
結果按鈕不能按耶
可是隨便連結一頁之後
按鈕又可以按了
這是用公司的後台做的
不知道問題出在哪
請各位幫我解答一下吧!
還蠻急的,拜託大家幫我看看是出了什麼問題