tengo este Js que abre una ventanita, pero tengo grandes problemas de integrarles las comillas.
<a href="javascript
:;" onClick="MM_openBrWindow('FreeExplained.htm','free ','width=400,height=200')">Free</a>
he intentado esto:
response.write "'<a href ='javascript
:;'onClick='MM_openBrWindow('PremiumEx plained.htm','',width='450',height='250')'>""Premi um Service</a>"
Pero solo me corre como texto, pero no me lee el Js.
Gracias.