具体的google广告的js文件做法如下:
用记事本写一个js文件,将google广告的代码粘贴进去:查找替换所有的 " 字符,将其全部换成 \" ,然后查找所有的 / 字符将其换成 \/ 。替换工作结束,然后要做的就是,在每一行的开始地方加上:document.writeln(" 在结尾的地方加上 "); 这样google广告的js文件就做好了。 然后将你的google广告的js文件上传到你的网站的一个文件夹下面。
这样通过调用js文件的方法就可以使用google的广告了。---希望大家都可以赚到钱。 我的js代码如下(cn-pn.com.js):
document.writeln("<script type=\"text\/javascript\"><!--");
document.writeln("google_ad_client = \"pub-************\";");
document.writeln("google_ad_width = 468;");
document.writeln("google_ad_height = 15;");
document.writeln("google_ad_format = \"468x15_0ads_al_s\";");
document.writeln("google_ad_channel = \"\";");
document.writeln("google_color_border = \"FFFFFF\";");
document.writeln("google_color_bg = \"FFFFFF\";");
document.writeln("google_color_link = \"3FA600\";");
document.writeln("google_color_text = \"000000\";");
document.writeln("google_color_url = \"008000\";");
document.writeln("\/\/--><\/script>");
document.writeln("<script type=\"text\/javascript\"");
document.writeln(" src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\">");
document.writeln("<\/script>"); 调用代码如下:
<div><script src="/cn-pn.com.js"></script></div>
<div align=center>居中代码