An Opera developer comments on a version of the script (not
sure how current the version he analysed was):
Doesn't work because the script holds on to a reference to an
old document and tries to use that reference to write new
documents later. We simply ignore that, since the document is
not current.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=142081
If you go to 'file' 'preferences' and report as Opera instead of
IE it kinda works...
Logged In: YES
user_id=889924
I just tweaked an older version on a site in the Netherlands
into working in Opera 7 by modifying the DOMable property..
if(this.majVersion > 6) this.DOMable = true;
in the Opera-section. This causes errors in the newest version
on Morten's site though :-(
Logged In: YES
user_id=889924
An Opera developer comments on a version of the script (not
sure how current the version he analysed was):
Doesn't work because the script holds on to a reference to an
old document and tries to use that reference to write new
documents later. We simply ignore that, since the document is
not current.