You are here: irt.org | About | Feedback | 1114 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q562
Sent by
Philip Shaw on April 19, 2000 at 07:08:06:
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
Although the latter condition is redundant in most cases, including IE4, it will confirm the window.location.replace() method in possible instances where document.images is not also true.
// Workaround for method detection error in IE4
if((document.images)||(window.location.replace)){
...
}
else{
...
}