GGJJ们帮帮忙吧,下午客户要验收,我弄了好久了,找不出原因

解决方案 »

  1.   

    奇怪,我在win2k SERVER 上没有蓝屏呀!
      

  2.   

    我的整个代码如下<html>
    <head>
    <meta http-equiv="Content-Language" content="zh-cn">
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <meta http-equiv="expires" content="no-cache">
    <title>NetMeeting---网络会议</title>
    <link rel="stylesheet" type="text/css" href="css/css.css"></head>
    <body topmargin="2" leftmargin="1" onunload="closewin();">
    <div align="center">
      <center>
      <table border="1" width="450" cellspacing="0" cellpadding="0" bordercolor="#000000" height="427">
        <tr>
          <td width="193" valign="top" height="425">
            <table border="1" width="100%" cellspacing="1" height="411" bordercolor="#EFEFEF">
              <tr>
                <td width="100%" height="25" bgcolor="#EFEFEF">
                  <p align="center">在线用户列表</td>
              </tr>
              <tr>
                <td width="100%" valign="top" height="381">
                <IFRAME name="onlineuser" frameBorder=0 scrolling="auto" height="100%" src="./onlineuser.php" width="100%" bgcolor="#ffffff"></IFRAME>
                <IFRAME name="temp" frameBorder=0 scrolling="no" height="0" src="" width="100%" bgcolor="#ffffff"></IFRAME>
                </td>
              </tr>
            </table>
          </td>
          <td width="241" height="425">
            <object CLASSID="CLSID:3E9BAF2D-7A79-11d2-9334-0000F875AE17" id="NetMeeting" width="244" height="410">
            </object>
            </td>
        </tr>
      </table>
      </center>
    </div>
    <?
    if (($username!='') and ($ip!='')){
    ?>
    <script language="javascript">
    if (confirm('<?echo $username?>给您发出NetMeeting呼叫请求,请在NetMeeting完全启动后单击“确定”按钮接受呼叫,单击“取消”拒绝请求!'))
    {
    NetMeeting.CallTo("<?echo $ip?>");
    }
    </script>
    <?
    }
    ?>
    </body>
    </html>