GG代码的JS调用方式
js文件内容:
document.writeln("<script type=\"text\/javascript\"><!--");
document.writeln("google_ad_client = \"*******\";");
document.writeln("google_ad_width = 728;");
document.writeln("google_ad_height = 90;");
document.writeln("google_ad_format = \"728x90_as\";");
document.writeln("google_ad_channel =\"\";");
document.writeln("google_color_border = \"6E92DB\";");
document.writeln("google_color_bg = \"FFFFFF\";");
document.writeln("google_color_link = \"0000FF\";");
document.writeln("google_color_url = \"008000\";");
document.writeln("google_color_text = \"000000\";");
document.writeln("\/\/--><\/script>");
document.writeln("<script type=\"text\/javascript\"");
document.writeln(" src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\"><\/script>")
可以到网上HTML转JS页面里转换.也是得到这样的效果.