Sayfanın <head></head> tagları arasına aşağıdaki kodu değiştirin. reklam.asp yazan yere rreklam sayfanızın tam yolunu yazın.
Alıntı
<script language="Javascript">
var strURL = 'reklam.asp';
var xmlHttpReq = false;
var self = this;
// Mozilla/Safari için
if (window.XMLHttpRequest) {
self.xmlHttpReq = new XMLHttpRequest();
}
// IE için
else if (window.ActiveXObject) {
self.xmlHttpReq = new ActiveXObject("Microsoft.XMLHTTP");
}
self.xmlHttpReq.open('POST', strURL, true);
self.xmlHttpReq.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
self.xmlHttpReq.onreadystatechange = function() {
if (self.xmlHttpReq.readyState == 4) {
document.getElementById("reklam").innerHTML = self.xmlHttpReq.responseText;
}
}
self.xmlHttpReq.send("");
</script>
Reklamın görünmesinin istediğiniz yerine aşağıdaki div kodunu yerleştirin.
kolay gele