home *** CD-ROM | disk | FTP | other *** search
- <!--Created with NetObjects Script Component Pad-->
- <!-- file browserComponent.ecc
- ScriptComponent Interface file for browser.js -->
-
- <?XML?>
- <!DOCTYPE COMPONENT SYSTEM "ecmascriptcomponent.dtd">
-
- <COMPONENT NAME="com.netobjects.browserComponent" ENV="client"
- DISPLAYNAME="Browser"
- HINT="Creates a browser component that detects and performs unique functionality based on browser type."
- SRC="browser.js">
-
- <PROPERTY NAME="name" TYPE="STRING"
- HINT="(REQUIRED) Enter unique name of the control. Must exactly match the name of the corresponding JavaScript object on the page."
- DEFAULTVALUE="browser1">
- </PROPERTY>
-
-
- <METHOD NAME="getCurrentBrowserInt"
- DISPLAYNAME="getCurrentBrowserInt"
- HINT="Function returns an integer value which corresponds to the type of browser.">
- </METHOD>
-
- <METHOD NAME="getCurrentBrowserStr"
- DISPLAYNAME="getCurrentBrowserStr"
- HINT="Function returns an string value which corresponds to the type of browser.">
- </METHOD>
-
- <METHOD NAME="getCurrentBrowser"
- DISPLAYNAME="getCurrentBrowser"
- HINT="Function detects the browser type and executes the event that is linked to that particular component.">
- </METHOD>
-
- <EVENT NAME="onIE"
- DISPLAYNAME="onIE"
- HINT="Event that executes upon detection of all versions of Microsoft Internet Explorer"/>
- <EVENT NAME="onIE3"
- DISPLAYNAME="onIE3"
- HINT="Event that executes upon detection of Microsoft Internet Explorer Version 3"/>
- <EVENT NAME="onIE4"
- DISPLAYNAME="onIE4"
- HINT="Event that executes upon detection of Microsoft Internet Explorer Version 4"/>
- <EVENT NAME="onIE5"
- DISPLAYNAME="onIE5"
- HINT="Event that executes upon detection of Microsoft Internet Explorer Version 5"/>
- <EVENT NAME="onNS"
- DISPLAYNAME="onNS"
- HINT="Event that executes upon detection of all versions of Netscape Navigator."/>
- <EVENT NAME="onNS2"
- DISPLAYNAME="onNS2"
- HINT="Event that executes upon detection of Netscape Navigator Version 2"/>
- <EVENT NAME="onNS3"
- DISPLAYNAME="onNS3"
- HINT="Event that executes upon detection of Netscape Navigator Version 3"/>
- <EVENT NAME="onNS4"
- DISPLAYNAME="onNS4"
- HINT="Event that executes upon detection of Netscape Navigator Version 4"/>
- <EVENT NAME="onNS5"
- DISPLAYNAME="onNS5"
- HINT="Event that executes upon detection of Netscape Navigator Version 5"/>
- <EVENT NAME="onOther"
- DISPLAYNAME="onOther"
- HINT="Event that executes upon detection of all other browsers"/>
-
- <ICON SRC16="browser.gif"/>
-
- <HELP SRC="Browser.html"/>
-
- </COMPONENT>
-