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
BEGIN:VCARD VERSION:2.1 N:Van Daele;Koen FN:Van Daele, Koen EMAIL;PREF;INTERNET:[EMAIL PROTECTED] REV:20070706T081536Z END:VCARD
_______________________________________________ users mailing list [email protected] http://lists.agavi.org/mailman/listinfo/users
