Bugfix for environ_core.js
Baldeep Hira <[email protected]> Wed, 19 Jan 2005 14:16:40 -0800
| Newsgroups | gmane.comp.windows.devel.netwindows |
|---|---|
| Message-ID | <[email protected]> |
Hi Alex,
Here is the change I made to environ_core.js to fix the "Object is
null" error when loading a partial page in IE 6 using
__env__.addToPageQueue();
Compare: (+)netWindows\winScripts\environ_core.js (84475 bytes)
with: (-)netWindows\winScripts\environ_core_old.js (84412 bytes)
1491,1493c1491
+ if(this.getContentFrame().location){
+ this.getContentFrame().location.replace(__config__.blankDocumentURI);
+ }
---
- this.getContentFrame().location.replace(__config__.blankDocumentURI);
-Baldeep
_______________________________________________
The netWindows developers list: [email protected]
http://netwindows.org/mailman/listinfo/devel_netwindows.org