好像没问题
不会是连<script都没加吧

解决方案 »

  1.   

    <script>当然加了哦,但只能在IE里运行,郁闷
      

  2.   

    <img  src="../../images/images/203.gif" height="65" width="235" style="cursor: pointer;" onclick="Show();"/>function Show()
    {     
      window.open('schoolcommendnew.aspx','','height=300px,width=480px,top=320px,left=500px','');
    }代码没有问题,看看是不是你的FF禁止了弹出窗口??
      

  3.   

    function Show()

    window.open('schoolcommendnew.aspx','','height=300px,width=480px,top=320px,left=500px'); 
    }