beefeater267
Programmer
- Apr 6, 2005
- 79
Hi,
I have an XSLT where i am generating some JS statements. However, am having problems b/c of the quotes.
Can anyone help. For example, I have:
<SCRIPT>
var ifr = document.frames('IF<xsl:value-of select="TITLE" />');
ifr.document.write("<BODY BORDER=\'0\'>")
ifr.document.write('</BODY>')
ifr.document.close()
</SCRIPT>
The error occurs on the "<BODY>" line.
how can i perform this type of syntax?
I have an XSLT where i am generating some JS statements. However, am having problems b/c of the quotes.
Can anyone help. For example, I have:
<SCRIPT>
var ifr = document.frames('IF<xsl:value-of select="TITLE" />');
ifr.document.write("<BODY BORDER=\'0\'>")
ifr.document.write('</BODY>')
ifr.document.close()
</SCRIPT>
The error occurs on the "<BODY>" line.
how can i perform this type of syntax?