[thelist] Validation question
Kevin Smith
k.smith at tatnet.com
Wed Jan 8 14:16:01 CST 2003
On Wednesday, Jan 8, 2003, at 14:25 US/Eastern, Roger Ly wrote:
> Oh well, one non-compliant page isn't gonna hurt anybody.
Not that I condone this sort of behavior, but you /could/ do something
like this:
<script type="text/javascript>
if(document.layers) document.writeln(/* input with border='0' */);
else document.writeln(/* valid HTML */);
</script>
<noscript>
<!-- valid HTML -->
</noscript>
--
kevin c smith
http://www.tatnet.com
More information about the thelist
mailing list