引用:
作者ElvisTu
那個obj 是我cgi 程式那邊的問題…不是我主頁的原因說…
因為基本上so-net 不能執行cgi,所以cgi 放在另一個地方…現在也懶得改…說…
小弟之前沒發現…現在改一下好了…
|
基本上CGI有問題會直接error,那是你javascript的問題
http://cgi.educities.edu.tw/tubellda/cgi-bin/news.pl
html第146行
<script>obj.style.width=200;obj.style.height=200;obj.stop();obj.style.zIndex="-1";</script>
改
<script>document.obj.style.width=200;document.obj.style.height=200;document.obj.stop();obj.style.zIndex="-1";</script>