Hi Koen, I'm using the self-closing <base href="fooo" /> all the time and it works fine in all versions of IE6. Do you have any reference that states that it does not work, I'd like to know more about that.
chers felix On Sep 30, 2008, at 11:46 AM, Van Daele, Koen wrote: > Hi all, > > I'm faced with a problem that emerges from using a combination of > Dojo, > the <Base> tag, the FPF and (of course) IE6. Apparently IE can't > handle > <base href="foo" /> and needs to have it as <base href="foo"></base>. > The recommended fix for this is using: > <base href='foo'/><!--[if IE]></base><![endif]--> > > This works fine, but anytime I have a form where the FPF is used in > combination with Dojo IE6 can't load the page. After checking the > output > in firebug it looks to me as if the FPF 'fixes' the output from > <base></base> to <base/>. Does anyone know a way around this? > > Greetings, > Koen > > Koen Van Daele > IT-verantwoordelijke > Vlaams Instituut voor het Onroerend Erfgoed > Phoenix gebouw - Koning Albert II laan 19 bus 5 > 1210 Brussel > > Tel.: 02/553.16.82 > Website: http://www.vioe.be > > > > <Koen Van Daele > (koen > .vandaele > @rwo > .vlaanderen.be).vcf>_______________________________________________ > users mailing list > [email protected] > http://lists.agavi.org/mailman/listinfo/users _______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
