473,322 Members | 1,494 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Valid XHTML 1.0 Strict without javascript shows an error on ie6/ie7

Windows XP SP2 build 2600 English
Internet Explorer 6.0.2900

the page is :

http://drayk.redirectme.net/www.urge...in/urgence.php

W3C valids my html 1.0 strict and the CSS is valid
http://validator.w3.org/check?uri=ht...doctype=Inline

and Internet Explorer shows me a exclamation yellow icon
at the left bottom with 'error on page'

anyone knows what's wrong with this browser ?
how i can see what means this error ?

May 5 '06 #1
5 2830
thanks you, just a stupid error, sorry

May 5 '06 #2
To further the education of mankind, "th**********@gmail.com"
<th**********@gmail.com> vouchsafed:
Windows XP SP2 build 2600 English
Internet Explorer 6.0.2900

the page is :

http://drayk.redirectme.net/www.urge...in/urgence.php

W3C valids my html 1.0 strict and the CSS is valid
http://validator.w3.org/check?uri=ht...rectme.net%2Fw
ww.urgence911.net%2Fmain%2Furgence.php&charset=%28 detect+automatically%
29&doctype=Inline

and Internet Explorer shows me a exclamation yellow icon
at the left bottom with 'error on page'

anyone knows what's wrong with this browser ?
how i can see what means this error ?


I think it might be this line:

<?xml version="1.0" encoding="iso-8859-1"?>

--
Neredbojias
Infinity has its limits.
May 6 '06 #3
Neredbojias <http://www.neredbojias.com/fliam.php?cat=alt.html> wrote:
I think it might be this line:

<?xml version="1.0" encoding="iso-8859-1"?>


That would throw Internet Explorer into Quirks mode, and one interpretation
of the XHTML 1.0 spec forbids that in text/html documents (and requires
that the document be encoded using UTF-8 instead of Latin-1, and that the
HTTP headers specify UTF-8 since text/* defaults to something else).
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
May 6 '06 #4
On Sat, 6 May 2006, David Dorward wrote:
<?xml version="1.0" encoding="iso-8859-1"?>


That would throw Internet Explorer into Quirks mode, and one
interpretation of the XHTML 1.0 spec forbids that in text/html
documents (and requires that the document be encoded using UTF-8
instead of Latin-1, and that the HTTP headers specify UTF-8 since
text/* defaults to something else).


Not that I'm necessarily recommending it: but if you code in us-ascii,
then you can leave HTTP to default to its choice of iso-8859-1, and
XML to default to utf-8, and neither of them will be wrong, no matter
how you interpret those rules.
May 6 '06 #5
To further the education of mankind, David Dorward <do*****@yahoo.com>
vouchsafed:
Neredbojias <http://www.neredbojias.com/fliam.php?cat=alt.html> wrote:
I think it might be this line:

<?xml version="1.0" encoding="iso-8859-1"?>


That would throw Internet Explorer into Quirks mode, and one
interpretation of the XHTML 1.0 spec forbids that in text/html
documents (and requires that the document be encoded using UTF-8
instead of Latin-1, and that the HTTP headers specify UTF-8 since
text/* defaults to something else).


Yes. So would that (in conjunction with his xhtml) cause the OP's problem?

--
Neredbojias
Infinity has its limits.
May 7 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: piraticman | last post by:
Hi. I have some code for a javascript jump menu... It validated with HTML 4.0 but now does not validate with XHTML strict 1.0. I have used name atributes in my code which aparantly are not...
6
by: Jonny | last post by:
How can you validate Javascript generated HTML for XHTML 1.0 strict compliance? To avoid the "<" and "&" problem, all inline scripts MUST be enclosed with either: <!-- script --> Looked down...
38
by: Jukka K. Korpela | last post by:
As well all know, valid markup is important... but when trying to find a convincing modern argument in favor of this, I found pages like http://www.htmlhelp.com/tools/validator/reasons.html which...
7
by: Paul Marsh | last post by:
Hello everyone, I am attempting to create a xhtml page that uses a bit of dhtml. The javascript I am using uses document.getElementById('someId').style.someProperty; and is and external script....
12
by: thomas_jedenfelt_1 | last post by:
Hi everyone, Is the W3C HTML Validator in error when it returns <br /> as valid for HTML 4.01 Strict doctype? In March 2004 , the Validator returned <br />, <hr /> and <img /> as invalid for...
16
by: Mcginkel | last post by:
I am trying to find a way to load XHTML content in an Iframe. I use to do this in html by using the following code : var iframeObject = document.createElement("iframe");...
1
by: cwdjrxyz | last post by:
I am now writing many new pages in xhtml 1.1. They are served as true xhtml by setting the mime type of the server to application/xhtml+xml for the .xhtml extension. Since IE6 and some earlier...
7
by: Arthur Dent | last post by:
I am completely baffled... i cannot for the life of me get the HEIGHT style to work on a table in the new 2005-supported XHTML. I put a HEIGHT: 100% on my table so that my footer row will also show...
10
by: Robert Huff | last post by:
Can someone offer suggestions why, on the same server (Apache 2.2.8), this works <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html lang="en-US"> <head> <link rel=stylesheet...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.