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

WEB邮件程序

开发平台:

PHP

  1. <?php
  2. AutoLoad( 'BaseObject' );
  3. AutoLoad( 'WebClientBrowser' );
  4. AutoLoad( 'WebClient_Lynx' );
  5. AutoLoad( 'WebClient_Konqueror' );
  6. AutoLoad( 'WebClient_HotJava' );
  7. AutoLoad( 'WebClient_Ie_3' );
  8. AutoLoad( 'WebClient_Ie_4' );
  9. AutoLoad( 'WebClient_Ie_5' );
  10. AutoLoad( 'WebClient_Netscape_3' );
  11. AutoLoad( 'WebClient_Netscape_4' );
  12. AutoLoad( 'WebClient_Netscape_5' );
  13. ?>