Hi,
What is the correct way to comma delimit this line, I keep getting javascript errors:
<a href="javascript:doSubmit(<%= pound & rs("AdvertiserID")%>, <%=rs("AdvertiserName")%>)">
Its Friday, what can I say...
The <%=rs("AdvertiserName")%>) can have single quotes in it, such as Dillard's and needs to be delimited, how would I add them? so I would end up with doSubmit(5432, "Dillard's")?
Thanks, R.