When I activate the highlighting using the highlight.js library, it keeps saying this:
Internet Explorer cannot open the site "http://www.palliscience.com/mise_commun/index.php?f=10&zoom_highlight=dallaire". Operation abandoned.
This appears in the highlight function at the line:
if (strHTML!=false) x.innerHTML = strHTML;
Does this ring anything to you? It looks like the innerHTML being set could have some kind of redirect, or it could mean the page itself doesn't allow complete rewriting since x is the document.
I'm using IE7 latest patch on a WinXP Machine. My Mozilla Firefox 2.x doesn't do this but doesn't highlight anything.
PS: To be able to search correctly and view the result of the link at the top you need to register, to save you trouble i have created a wrensoft account with the username and passwords:
username: wrensoft
password: wrensoft
http://www.palliscience.com/mise_commun/index.php?f=10&zoom_highlight=dallaire
Thanks
Internet Explorer cannot open the site "http://www.palliscience.com/mise_commun/index.php?f=10&zoom_highlight=dallaire". Operation abandoned.
This appears in the highlight function at the line:
if (strHTML!=false) x.innerHTML = strHTML;
Does this ring anything to you? It looks like the innerHTML being set could have some kind of redirect, or it could mean the page itself doesn't allow complete rewriting since x is the document.
I'm using IE7 latest patch on a WinXP Machine. My Mozilla Firefox 2.x doesn't do this but doesn't highlight anything.
PS: To be able to search correctly and view the result of the link at the top you need to register, to save you trouble i have created a wrensoft account with the username and passwords:
username: wrensoft
password: wrensoft
http://www.palliscience.com/mise_commun/index.php?f=10&zoom_highlight=dallaire
Thanks
Comment