sending text value to Javascript

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
 
F

Frank

Brilliant...!!!!!,

I was having <table width=\"129px\"> ( using double
quotes) I tried with single quotes and it worked

Thanks a lot..

Best regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top