- <?php
- class WebClient_Ie_4 extends WebClientBrowser {
- Function WebClient_Ie_4() {
- $this->BaseObject( 'WebClient_Ie_4' );
- $this->WebClientBrowser();
- $this->browser = 'ie';
- $this->tables = 1;
- $this->frames = 1;
- $this->images = 1;
- $this->forms = 1;
- $this->javascript = 1;
- $this->javascript_1 = 1;
- $this->javascript_1_1 = 1;
- $this->javascript_1_2 = 1;
- $this->layers = 1;
- $this->java = 1;
- }
- }
- ?>