|
|
|
| cp.disableDefaultsIE cp.disableDefaultsIE = BOOLEAN (true / false) Default value: false This property is implemented to make the handling of MSIE 4+ browsers running on Macintosh, Windows 3.1 / CE and UNIX - platforms more flexible. As you may know, these are the Odd-ones-Out when it comes to dealing with ActiveX controls. They use special methods interpreting classIDs and the ActiveX - model. Nor they support VBscript and Object <> script communication. This means in other words that crossProbe cannot do detection on these clients, the probeExecute - method gets overridden. However, depending on the value set to disableDefaultsIE you can force the buildObject - method to produce output and the event-wrappers to act as crossProbe normally would do depending on the probe result value. ** disableDefaultsIE set to TRUE will force an unconditional probeSuccess to true and buildObject will produce the Object - HTML as normal. Event onloadAndsuccess will trig. ** disableDefaultsIE set to FALSE (default) will cause the probeExecute - method to evaluate FALSE and any of onfailureURL, onfailureHTML or onloadAndfailure, if they are set will get trigged. |
|
| Reference
Index. |
|