I need to place the following asp code in between javascript script tags but don't know the proper syntax so that the javascript will render the asp code properly (and if any symbols need to be escaped):
So that it renders in the html to something like this:
Code:
<%
dim no
no=0
Response.Write "fcontent[" & no & "]=Recordset1("Company") - Recordset1("City"), Recordset1("State")
%>
So that it renders in the html to something like this:
Code:
fcontent[1]=Knox Church - Toronto, ON