Changeset 3920
- Timestamp:
- 05/10/06 18:35:53 (3 years ago)
- Files:
-
- 1 modified
-
trunk/src/io.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/io.js
r3730 r3920 285 285 if(r.ie){ 286 286 idoc = iframe.contentWindow.document; 287 }else if(r.moz){288 idoc = iframe.contentWindow;289 287 }else if(r.safari){ 290 288 idoc = iframe.document; 289 }else{ // if(r.moz){ 290 idoc = iframe.contentWindow; 291 291 } 292 292 idoc.location.replace(src);