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

WEB邮件程序

开发平台:

PHP

  1. <?php
  2. class WebClient_Lynx extends WebClientBrowser {
  3.    Function WebClient_Lynx() {
  4.       $this->BaseObject( 'WebClient_Lynx' );
  5.       $this->WebClientBrowser();
  6.       $this->browser       = 'lynx';
  7.       $this->tables        = 1;
  8.       $this->forms         = 1;
  9.    }
  10. }
  11. ?>