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

WEB邮件程序

开发平台:

PHP

  1. <?php
  2. class WebClient_Ie_5 extends WebClientBrowser {
  3.    Function WebClient_Ie_5() {
  4.       $this->BaseObject( 'WebClient_Ie_5' );
  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->javascript_1_2   = 1;
  15.       $this->layers           = 1;
  16.       $this->xml              = 1;
  17.       $this->java             = 1;
  18.    }
  19. }
  20. ?>