I've got the following:
<script type="text/javascript"><![CDATA[
if (document.layers) {
document.writeln("
<link rel='stylesheet' type='text/css'
href='${relativePath}/style/ns4_only.css' media='screen' />
<link rel='stylesheet' type='text/css'
href='${relativePath}/style/maven_ns4_only.css'
media='screen'/>
");
}
]]></script>
In a script and the <link comes out as:
document.writeln(" <link rel='stylesheet'
as you can see the < is escaped.
How can I stop this?
--
dIon
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
