If I click on the "Project" link from the Qooxdoo home page under IE6, the browser goes into an endless loop trying to load the sourceforge page. Firefox 1.5 handles it OK.
The problem is the line: <meta http-equiv="refresh" content="0,url=http://sourceforge.net/projects/qooxdoo"/> in http://qooxdoo.oss.schlund.de/redirect/sourceforge/ There should be a comma after the 0: <meta http-equiv="refresh" content="0;url=http://sourceforge.net/projects/qooxdoo"/> Tried that locally and it works fine. Hugh ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
