|
07-08-2003, 02:05 PM
What I am trying to do is add a J-Script for Google Adserv advertisment banners for my web site. Here is what the script looks likes.
<Xcript language="J-Script">
<!--
google_ad_client = 'pub-6160764272087904';
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = '468x60_as';
// -->
</Xcript>
<Xcript language="J-Script"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</Xcript>
I had to change the code to /Xcript to post it, it should be /S and J-Script should be Java. So you got any clues?
|