I will keep this very short. If you’re getting the “Operation Aborted” message on your WordPress site, it may be related to a Lightbox version with some old world coding.
Just make sure you’re using Lightbox by Rupert Morris.
The offending code in the “bad” version started with:
objBody.appendChild...
This was in the initialize function of the class that loaded along with the script in load-time. In other words, it was attempting to add child nodes to the <body> while the body tag was still being loaded (and had not yet been closed). IE7 apparently really doesn’t like this.















One thousand “thank you”s! I wondered if I was the only one who was experiencing this issue. Seems to be fixed now, thanks to your helpful post!
You’re very welcome.
Wicked. I’m glad you figured out that rather obscure error in code.
PS new version of said plugin is out as of right now.