jazzylee77
Technical User
I'm a javascript dunce, but if there is an easy way to do this I would like to fiddle around with it.
basically I'm looking for a way to insert keywords from a pages meta tags into javascript. The end goal being that by carefully choosing my keywords I will get decent results to show.
code is sorta like this. I would like to see the keywords appear where the word bike is.
<script type="text/javascript"><!--
ad_client = "xxxxxxxxx";
ad_campaign = "xxxxxxx";
ad_width = "xxx";
ad_height = "xx";
ad_kw = "bike";
--></script>
<script type="text/javascript" src="</script>
basically I'm looking for a way to insert keywords from a pages meta tags into javascript. The end goal being that by carefully choosing my keywords I will get decent results to show.
code is sorta like this. I would like to see the keywords appear where the word bike is.
<script type="text/javascript"><!--
ad_client = "xxxxxxxxx";
ad_campaign = "xxxxxxx";
ad_width = "xxx";
ad_height = "xx";
ad_kw = "bike";
--></script>
<script type="text/javascript" src="</script>