I have a problem that has driven me up the wall.
I have a little login page http://www.eternalnexus.net/home.php?login=AUTO that renders OK in firefox, in validating XHTML strict.
However, in IE nothing shows. The source is there, it's all good, except it's not.
Any hints greatly appreciated, I just hate the thought of going back to quirks mode.
Here is the source of the page, if it helps:
Code: Select all
<!DOCTYPE html
PUBLIC "e;-//W3C//DTD XHTML 1.0 Strict//EN"e;
"e;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"e;>
<html>
<head>
<meta http-equiv="e;Content-Type"e; content="e;text/html; charset=iso-8859-1"e; />
<title>Login</title>
<script type="e;text/javascript"e; src="e;js/common.js"e;></script>
<!-- (c)2004 - 2005 ©Eternal Nexus . Net. All rights reserved. -->
<script type="e;text/javascript"e; src="e;js/md5.js"e; /><link rel="e;stylesheet"e; type="e;text/css"e; href="e;./css/darkshadow.css"e; />
</head>
<body>
<p>Login</p>
<form action="e;/home.php"e; method="e;post"e; enctype="e;application/x-www-form-urlencoded"e; onsubmit="e;return iVal()"e;>
<pre class="e;loginBox"e;>Username: <input type="e;text"e; class="e;formsShort"e; size="e;25"e; name="e;username"e; />
Password: <input type="e;password"e; class="e;formsShort"e; size="e;25"e; name="e;password"e; class="e;formsShort"e; />
<input type="e;submit"e; name="e;login"e; value="e;Login"e; class="e;buttons"e; /><input type="e;hidden"e; name="e;challenge"e; value="e;Vvxp_LtlkaUPeoJWEKvNomcMjї]AQ_ag"e; /><input type="e;hidden"e; name="e;PHPSESSID"e; id="e;PHPSESSID"e; value="e;"e; /></pre>
</form>
<div id="e;footer"e;></div>
<p>
<a href="e;http://validator.w3.org/check?uri=referer"e;><img src="e;http://www.w3.org/Icons/valid-xhtml10"e; alt="e;Valid XHTML 1.0!"e; height="e;31"e; width="e;88"e; style="e;border:none"e; /></a></p>
</body>
</html>H