|
||||||||||
|
|||||||
| GoogleCommunity Sponsor |
Use coupon "forum" for 50% Off! |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 (permalink) |
|
Noogle
![]() Join Date: May 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
display ads with ajax
PI need help displaying ads with ajax. The adsense script seems to not be executing. My question is NOT how to use ajax, it's why ajax won't load a script. Why is the google ad not displayed in the <div>?PBRon my page:P<div id="google_ad"></div>PPtrigger:Ponclick="load_google('google_ad.js' );PPjavascript function:Pfunction load_google(dest) {BRtry { xmlhttp_google = window.XMLHttpRequest?new XMLHttpRequest():new ActiveXObject("Microsoft.XMLHTTP"); }BRcatch (e) { alert(e); }BRxmlhttp_google.onreadystatechange = triggered;BRxmlhttp_google.open("GET", dest, true);BRxmlhttp_google.send(null);BR}Pfunction triggered() {BRif ((xmlhttp_google.readyState == 4) && (xmlhttp_google.status == 200)) {BR document.getElementById('google_ad').innerHTML =xmlhttp_google.responseText;BR} P}PPcontents of google_ad.js:[my adsense snippet]
PP |
|
|
|
|
Sponsored Links
|
|
|
|
#3 (permalink) | |
|
Noogle
![]() Join Date: May 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
![]() |
Quote:
|
|
|
|
|
|
|
#5 (permalink) | |
|
Google Guru
![]() Join Date: Oct 2005
Location: c:\GoogleCommunity
Posts: 3,386
Thanks: 3
Thanked 13 Times in 13 Posts
![]() ![]() ![]() ![]() ![]() |
Maybe keyword beta is having some difficulties.
Quote:
I've only heard of AdSense for Feeds beta, and Image Ads beta. Could you possibly provide a link to an 'About' (or similar) page. Me like learning new stuff.... |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Watchfire adds Ajax testing, spots Google Desktop flaw - Computer Business Review | News Alerts | Google in the News | 0 | 02-22-2007 06:18 PM |
| AJAXWorld 2007 East: Google's Chris Schalk To Ask, "Will AJAX ... - MediaSyndicate (press release) | News Alerts | Google in the News | 0 | 02-03-2007 10:48 PM |
| Ajax and Graphics | jskenya | Graphics Design Forum | 0 | 01-28-2007 12:49 AM |
| Ads dont display` | jasonpeinko | Google AdWords & AdSense Forum | 2 | 12-03-2006 12:48 AM |
| How not to display ads in few pages? | devang | Google AdWords & AdSense Forum | 5 | 10-11-2006 08:40 PM |