Unstoppable Domains โ€” AI Assistant

Issue with Script working in FF but not well with IE

Spaceship Spaceship
Watch
Ive been working with this script in firefox, where it runs perfect. But in IE - not well at all. Any ideas on how to correct it?

DomainersResource.com

thanks,
Justin
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Change your following code in javascript.js. :)

Change:
function xml_handler () {

if (window.event) {

xml_object = new ActiveXObject("Microsoft.XMLHTTP");

} else {

xml_object = new XMLHttpRequest();

}

return xml_object;
}
To:
function xml_handler () {

if(browser == "Microsoft Internet Explorer"){

xml_object = new ActiveXObject("Microsoft.XMLHTTP");

} else {

xml_object = new XMLHttpRequest();

}

return xml_object;
}
 
0
•••
Tried that... no luck, that stopped the script from working altogether.
 
0
•••
Appraise.net
Domain Recover
DomainEasy โ€” Live Options
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back