INFO: Browser Compatibility Issues with Design-Time ControlsID: Q232221
|
This article provides a lookup table to illustrating if a specific combination of Design-Time Controls (DTC) and browsers--specifically, Internet Explorer and Netscape Navigator--are compatible. In general, server-side DTCs are compatible with a broader range of browsers because the DTCs are processed on the Web server before being sent to the browser. However, client-side DTCs and remote scripting using the PageObject DTC are compatible only with Internet Explorer 4.X and Internet Explorer 5.x.
Internet Explorer 3.0/3.01 | Internet Explorer 3.02 | Internet Explorer 4.x | Internet Explorer 5.x | Navigator 2.x | Navigator 3.x | Navigator 4.0.x | Navigator 4.5.x | |
---|---|---|---|---|---|---|---|---|
DTC (Server-side) | NO | YES | YES | YES | NO | YES | YES | YES |
DTC (Client-side) | NO | NO | YES | YES | NO | NO | NO | NO |
The following are errors that you may encounter with either Internet Explorer or Netscape Navigator and their possible resolutions.
CauseMicrosoft JScript runtime error 'thisPage' is undefined
<SCRIPT LANGUAGE=JavaScript SRC="/updatedomain/_ScriptLibrary/pm.js"></SCRIPT>
<SCRIPT LANGUAGE=JavaScript>thisPage._location = /updatedomain/ASP%20Page1.asp";</SCRIPT>
Internet Explorer 3.0 or 3.01 does not support the SRC attribute, a standard of Javascript 1.1. As a result, "thisPage is undefined" error occurs.
(where 'xxxx' is the script object name)Microsoft JScript runtime error 'xxxx' is undefined
<script language="JavaScript" src="_ScriptLibrary/Label.HTM"></script>
SolutionCauseProperty or method not supported
Additional query words: kbvisID600 kb3rdparty kbGrpASP
Keywords : kbCtrl kbJScript kbScript kbVBScript kbVisID600 kbGrpASP
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbinfo
Last Reviewed: July 2, 1999