瀏覽單個文章
qw334353
New Member
 

加入日期: Feb 2007
文章: 3
引用:
作者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>
__________________
-
舊 2007-05-28, 03:12 AM #103
回應時引用此文章
qw334353離線中