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(" &lt;link rel='stylesheet'

as you can see the &lt; is escaped.

How can I stop this?
--
dIon


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to