Guys,
My head is killing me. I have an ASP program which pulls data from a database and then uses this data to generate a client side JS function in the output to the browser. So I have double quotes surrounding each line of Response.Write in ASP - then I have a string variable that I am creating in the JS function which is bounded by single quotes and contains both single and double quotes.
As you can guess, my head is spinning. How do you display single quotes within sinlge quotes in JS. I have tried \' but this does not seem to be working. Mise Le Meas,
Mighty
My head is killing me. I have an ASP program which pulls data from a database and then uses this data to generate a client side JS function in the output to the browser. So I have double quotes surrounding each line of Response.Write in ASP - then I have a string variable that I am creating in the JS function which is bounded by single quotes and contains both single and double quotes.
As you can guess, my head is spinning. How do you display single quotes within sinlge quotes in JS. I have tried \' but this does not seem to be working. Mise Le Meas,
Mighty