WebClient_Netscape_3.object
上传用户:xiao730204
上传日期:2007-01-04
资源大小:141k
文件大小:0k
源码类别:

WEB邮件程序

开发平台:

PHP

  1. <?php
  2. class WebClient_Netscape_3 extends WebClientBrowser {
  3.    Function WebClient_Netscape_3() {
  4.       $this->BaseObject( 'WebClient_Netscape_3' );
  5.       $this->WebClientBrowser();
  6.       $this->browser       = 'netscape';
  7.       $this->tables        = 1;
  8.       $this->frames        = 1;
  9.       $this->images        = 1;
  10.       $this->forms         = 1;
  11.       $this->javascript    = 1;
  12.       $this->javascript_1  = 1;
  13.       $this->java          = 1;
  14.    }
  15. }
  16. ?>