function countAdClick(id) { loadXMLDoc('./ads/click.php?a=' + id); } function countAdView(id) { loadXMLDoc('./ads/view.php?a=' + id); } function loadXMLDoc(url) { req = false; if(window.XMLHttpRequest) { try { req = new XMLHttpRequest(); } catch(e) { req = false; } } else if(window.ActiveXObject) { try { req = new ActiveXObject("Msxml2.XMLHTTP"); } catch(e) { try { req = new ActiveXObject("Microsoft.XMLHTTP"); } catch(e) { req = false; } } } if(req) { req.open("GET", url, true); req.send(null); } } ]]> ]]>
M’enregistrer    Connexion    Forums    Rechercher    FAQ

Index du forum » Informations


Informations

Vous ne pouvez pas envoyer d’e-mail à ce membre.


 
 

Index du forum » Informations

]]>
Traduction par: phpBB-fr.com