Progress
Open Client
Developer’s Guide


Supporting Both Internet Explorer and Navigator With the Same Page

It is possible to support both Internet Explorer and Navigator with the same Web page. To do this, you would include code similar to the following:

<OBJECT CLASSID="CLSID:E79DA910-15D0-11d2-B591-00C04FD4A860" 
        CODEBASE="/cabs/o4glrt.cab#Version=9,0,1066,0"> <applet 
code="AppletTest.class" 
codebase="/cabs" name="AppletTest" width="320" height="240" 
archive="apptest.jar,o4glrt.jar"> 
<PARAM NAME=cabbase VALUE=/cabs/apptest.cab> </applet> 

When using the code in this example, you should be aware of the following issues that arise for the difference browsers:

For more information about supporting both Internet Explorer and Navigator with the same Web page, see the Microsoft Knowledge Base article Q179652.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095