response.write('Your case has been submitted successfully and an email notification will be sent shortly.<br><br>The Case# is" + caseId + "<br><h2>title</h2>');
This works perfectly fine when the concatenated value is placed at the end of the string, but it does not work if I try to insert it in the middle of the text. The content is meant to be displayed within an iframe on a webpage.