IE problem

6 views
Skip to first unread message

oncle_bob

unread,
Feb 14, 2008, 7:33:50 PM2/14/08
to Appcelerator Platform SDK
Hello,

I've a simple application. It's good within Firefox and Opera but
nothin in IE (blank page with JS error)...

But the JS error is like

Ligne : 21
Car: 128588
Erreur : exception levée mais non décelée
Code : 0

I don't understand...Thank you for your help !

Julien

Jeff Haynie

unread,
Feb 14, 2008, 8:56:01 PM2/14/08
to appcelerator...@googlegroups.com
Can you post an example of the page?

IE is a little fragile. 

Can you make sure you have the xmlns:app defined in the HTML element, such as:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:app="http://www.appcelerator.org">



Thanks,
Jeff
--
Jeff Haynie
http://blog.jeffhaynie.us

oncle_bob

unread,
Feb 15, 2008, 11:15:02 AM2/15/08
to Appcelerator Platform SDK
Thank you it's the solution, you are the best ;) thank you !

I've added <html xmlns="http://www.w3.org/1999/xhtml"
xmlns:app="http://www.appcelerator.org">

And it's good now...

Ju


On 15 fév, 02:56, "Jeff Haynie" <jhay...@gmail.com> wrote:
> Can you post an example of the page?
>
> IE is a little fragile.
>
> Can you make sure you have the xmlns:app defined in the HTML element, such
> as:
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
>
> <html xmlns="http://www.w3.org/1999/xhtml" xmlns:app="http://www.appcelerator.org">
>
> Thanks,
> Jeff
>
> On Thu, Feb 14, 2008 at 7:33 PM, oncle_bob <julien.hautefeui...@gmail.com>
Reply all
Reply to author
Forward
0 new messages