bruceb
01-23-2007, 05:18 AM
Hello.
I've installed the GoDaddy Site Seal on my site (it shows that my site is using an SSL from GoDaddy), and I examined the JavaScript, and this is what I see:
[quote]
if (BrowserDetect.browser == 'Explorer' && BrowserDetect.version >= '7') {
// use the following line to get the new root certificate for Godaddy
document.write('<img src="https:\\\\10.255.1.12\\images\\spacer.gif"/>');
// use the following line to get the new root certificate for Starfield
// document.write('<img src="https:\\\\10.255.1.12\\images\\spacer.gif"/>');
} </CODE>
which means that anyone using an IE7 will see this error.
Can anyone explain this? 10.255.1.12 is not a valid IP!
I've installed the GoDaddy Site Seal on my site (it shows that my site is using an SSL from GoDaddy), and I examined the JavaScript, and this is what I see:
[quote]
if (BrowserDetect.browser == 'Explorer' && BrowserDetect.version >= '7') {
// use the following line to get the new root certificate for Godaddy
document.write('<img src="https:\\\\10.255.1.12\\images\\spacer.gif"/>');
// use the following line to get the new root certificate for Starfield
// document.write('<img src="https:\\\\10.255.1.12\\images\\spacer.gif"/>');
} </CODE>
which means that anyone using an IE7 will see this error.
Can anyone explain this? 10.255.1.12 is not a valid IP!