| Posted: 02 April 2008 at 12:49am | IP Logged
|
|
|
I'm having the strangest issue that I think is caused by LinkFreeze but not 100% sure. I've had LinkFreeze installed on my server for close to a year or so with no issues. However, now we're updating our program and run into this issue. Firefox and IE 6 view our sites fine with no issues. IE 7 works fine for a few clicks throughout our site and then hangs while trying to download the page. I don't get any error, I just see a '(1 item remaining)' note at the bottom left of the browser. There are 2 main instances that seemed to hang the site. First, on a public url, IE7 would hang while trying to download a header image. It would download the flash file fine and a logo file fine, but the header would hang the browser. Also, when I logged in to a back end CMS area (custom programmed), it would hang after a few clicks through the admin area. Our new site uses mainly .png image files so I thought that might be the issue, however after changing everything to .gifs it still hung up IE7. I thought it might be LinkFreeze, but I disabled it from this site and it still hung IE7. I took off every javascript, flash, etc from the site but it always hung IE7.
I finally made a change that seemed to work. On the public site that had the issue, I had the path to the images be a root relative URL to comply with LinkFreeze rules. Once I changed the path of the image that had the issue to an absolute URL, it seemed to work. It seems strange because the logo file is a root relative path, but it is working fine. Also, I noticed that if I log into the admin area using a form where the action is set to action="/admin/login.asp" it would login but hang the browser after a while. I changed the login script to action=http://www.mydomain.com/admin/login.asp it would never hang.
This seems to be something that has to do with IE7 and LinkFreeze? I'd like to know what's happening so I know when I can do a root relative path and when I have to do the URL. It seems strange that it works fine in IE6 and Firefox, and works ok in IE7 for a while, but then hangs. Is there a memory leak when IE7 views a site from a server running LinkFreeze? It's not a pressing issue now that I've figured out a solution, but some insight into what's happening would be helpful.
Other than that, LinkFreeze has been a great function to our server and has run great. Thanks in advance for any clarification.
|