Okay - I found the problem. Thanks for your persistence, Alex. In your styles.cgi file, at the top, find this block of code:
 
if(self.location.pathname.length<=1 ||
   self.location.pathname.indexOf("/login.")>=0 ||
   self.location.pathname.indexOf("/logout")>=0 ||
   self.location.pathname.indexOf("/logoff")>=0){
   isLoginPage=true
}
 
and add a line like so:
 
if(self.location.pathname.length<=1 ||
   self.location.pathname.indexOf("/login.")>=0 ||
   self.location.pathname.indexOf("/logout")>=0 ||
   self.location.pathname.indexOf("/changeurl.")>=0 ||
   self.location.pathname.indexOf("/logoff")>=0){
   isLoginPage=true
}
 
That fixed it at killerwebmail.com.
 
-Ron
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tony Gray - Network Administrator
Sent: Thursday, September 05, 2002 8:49 AM
To: [EMAIL PROTECTED]
Subject: RE: [imail] problems with logo and KWM and ssl switching

It is happening here.  Just to clear up some confusion:
- If I click on either of the links below, it works fine.
- If I click on either link, THEN try to switch to the other mode (say I went to the non-SSL site, then I clicked the radio button to use SSL), the logos are gone after the page refreshes.
 
- Tony
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Artigues
Sent: Thursday, September 05, 2002 8:43 AM
To: [EMAIL PROTECTED]
Subject: Re: [imail] problems with logo and KWM and ssl switching

I'm running IE6
It does it on every computer I've tried it on (all running IE6) but ONLY when  when changing to SSL or back from a linked page. In other words if I click one of the links below for webmail, it loads the image. If I change to SSL within the login page it will not load the padlocks or logo. But if I manually type in the address in IE I can switch back and forth fine. I will try using IE5.5 when I get to work and see if that's it. It just seems odd that it works when it's manually typed in.
Thanks,
Alex
----- Original Message -----
Sent: Thursday, September 05, 2002 12:55 AM
Subject: RE: [imail] problems with logo and KWM and ssl switching

Not sure what you mean. Both
 
 
and
 
 
look fine to me, with the logo showing up. Did you get it figured out?
 
-Ron
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Artigues
Sent: Wednesday, September 04, 2002 8:24 PM
To: [EMAIL PROTECTED]
Subject: [imail] problems with logo and KWM and ssl switching

This may be something simple but I can't get the logo to show up when I switch between regular and SSL on the logon screen FROM a link. It works fine if I type the address directly in a browser.
Here's our setup: KWM images regular and SSL are served from an Apache server. The image path is http://www.astnetworks.com/KWMImages/ and https://www.astnetworks.com/KWMImages/
If I type http://webmail.astnetworks.com I can switch between SSL and regular no problem but if I link to http://webmail.astnetworks.com from our site (http://www.astnetworks.com/clientlogin.html)  it's looking for this image (only when you try to switch it works until then)https://mail.astnetworks.com/undefinedastnetworks.com-large.gif which doesn't exist. Why undefined? The addresses are exactly the same, does anyone have any idea why it won't work from a link?
Thanks,
Alex

Reply via email to