你好!我以前没用过lotus,所以我想尽量用c#实现,不知可有捷径,谢谢

解决方案 »

  1.   

    1.  use Iframe
    2.  Refresh
      

  2.   

    隐藏帧:
    <iframe src=monitor.php width=0 height=0 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=NO></iframe>monitor.php<meta http-equiv='Refresh' content='60'><meta http-equiv="expires" content="0"><meta http-equiv="cache-control" content="no-cache"><meta http-equiv="pragma" content="no-cache"><?phprequire("config.php");$connect=mysql_pconnect($servername,$dbusername,$dbpassword);include("onlinemsg.php");$onlinemsg=new onlinemsg;$msg=$onlinemsg->guarder();if($msg[0]!=""){ if($msg["spirit"]=="yes"){?><SCRIPT LANGUAGE="JavaScript"> window.document.location.href="/showspirit.php";</SCRIPT><?php }else{?><SCRIPT LANGUAGE="JavaScript"> window.open("/showmsg.php","","WIDTH=500,HEIGHT=180,left=100,top=50,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");</SCRIPT><? }}$onlinemsg->refresh();?>
      

  3.   

    一般使用隐藏的 iframe 定时刷新读取数据库
    这里的是在页面生成的时候读取数据库系统时间的调用不用的语言都有各自的函数
      

  4.   

    各位高手,请赶快献计献策!谢谢!十分感谢!
     GOALSTAR(2008北京奥运会指定程序) 你说的是
    收文发文的解决方案吗?我看不懂有什么关系
      

  5.   

    Thanks, benbencatrabbit(笨笨猫) !  tell me the method please!