I have one piece of code as:
<script type="text/javascript"><!--
google_ad_client = "ca-pub-8514414755716493";
/* AdX_Washington_Examiner */
google_ad_slot = "9465392777";
google_ad_width = 320;
google_ad_height = 50;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Why this code is giving output as “}//]]>” ??
I have not written any print call still it is giving output..
Here is my fiddle link http://jsfiddle.net/akshaynikte/ryLPf/6/#
Here are a few excerpts from the
jsFiddledocumentation page :The
JavaScriptpanelThe
Add ResourcessectionSo, the correct way to work with the script in your question would be:
Add the following to the
JavaScriptpanel.Add
http://pagead2.googlesyndication.com/pagead/show_ads.jsto theAdd resourcessection on the left side of the page.Here’s a link to a properly configured sample: http://jsfiddle.net/edywd/.