<p><a target="_self" href="http://www.google.com.tr">siteye git</a></p
ya işin açıkcası şöyle bir fonksiyon kullanıyorum
<script>
function timeIt(){
setTimeout("moveIt()",15000);//Every thousand is 1 second. 15000 is 15 seconds.
}
function moveIt(){
window.open('http://www.google.com','mywindow','width=400,height=200,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,copyhistory=yes,resizable=yes');
}
</script>burdaki google.com sitesi 15 saniyede bi değişiyo ve yeni site açıyor ama popup pencere olarak açıyor ben açtığım sitenin içinde açılsın istiyorum.