I need some help understanding escaping quotes. I was told for the below script to work, I need to escape the quotes. Does this mean I nee to use (\) prior and after all (")?
Such as
<script type=\"text/javascript\">document.write
- Code: Select all
<script type="text/javascript">document.write('<scr');document.write('ipt type="text/javascript" data-ppmnid="43423" src="//ad.where.com/jin/spotlight/ads?pubid=05693f&format=js&v=2.4&placementtype=120x240&ppmnid=43423&rand=' + Math.round(Math.random() * 100000000000000) + '">');document.write('</scr' + 'ipt>');</script>
Thank you,
JR


