Redirection URL

Redirection URL

Hi All,

I have an issue with the redirection url, here is the problem statement
I'm in an HTTPS page and i have a hyper link
When the user clicks on the link it should enoute to HTTP page, nevertheless by default its redirecting the HTTPS,  hence its always returning error code 302 (Moved temporarily exception).

$('a.logo').click(function(e){
e.preventDefault();
window.location.href= " http://XYZ.com";
});

But its not working. CAn you please help me out with this issue? Much appreciate all your help and support.

Thanks,
Sathya