quote:
Originally posted by traxor
parent.TestFrame.location.href = "http://blah.com/" + sLanguage + "/help.htm";
// If you're not using frames:
// document.location.href = "http://blah.com/" + sLanguage + "/help.htm";
what do I change them to? just http://mpsupport.killercarrot.co.uk ?
like I said, I (just like many others) can't access your site... I really suggest to get another host. The problem I'm experiencing atm is nothing new and happens regulary with killercarrot.co.uk...
But if you're not using frames it would be:
document.location.href = "http://mpsupport.killercarrot.co.uk/" + sLanguage + "/index.html";
and depending on the values in the list (eg: "en", "we") you need to have your pages at:
http://mpsupport.killercarrot.co.uk/en/index.html
http://mpsupport.killercarrot.co.uk/we/index.html
note: '//' are comment lines in javascript