F
Frank
I have got a string which contains html text with <br>
tags included .This also has a table.
I need to pass this to a javascript function to be
displayed in a window.
I am using the script tags in a response.write to write
out the javascript but when I pass the string to
win.document.write I get an error : unterminated string
constant.
how do I get around this..
Thanks
tags included .This also has a table.
I need to pass this to a javascript function to be
displayed in a window.
I am using the script tags in a response.write to write
out the javascript but when I pass the string to
win.document.write I get an error : unterminated string
constant.
how do I get around this..
Thanks