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

WEB邮件程序

开发平台:

PHP

  1. <?php
  2. class WebClient_Ie_3 extends WebClientBrowser {
  3.    Function WebClient_Ie_3() {
  4.       $this->BaseObject( 'WebClient_Ie_3' );
  5.       $this->WebClientBrowser();
  6.       $this->browser       = 'ie';
  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->javascript_1_1   = 1;
  14.       $this->java             = 1;
  15.    }
  16. }
  17. ?>