interrogo un database e ottengo un template html,

che al momento è:

codice:
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0" height="110">
	<tr>
		<td width="100%" valign="top" height="110">
		<p align="center">
		<font face="Arial" color="#999999" style="font-size: 20pt; background-color: #FFFF00">
		SPECIALE 

		</font></td>
	</tr>
	</table>

poi uso la variabile asp per popolare, tramite InnerHTML , una text area,
ho provato anche conune alert('<%=variabile%>')

e ottengo:

Errore: unterminated string literal
File sorgente: http://miosito/template.asp?id=1
Riga: 9, Colonna: 6
Codice sorgente:
alert('<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0" height="110">