Benutzerinformationen überspringen
Registrierungsdatum: 26. Juni 2007
Wohnort: Bizim köy hangi sehire bagli, bilmem ki :p

Benutzerinformationen überspringen
Registrierungsdatum: 26. Juni 2007
Wohnort: Bizim köy hangi sehire bagli, bilmem ki :p

screen.width-w)/2:100;mytop=(screen.height)
screen.height-h)/2:100;}
screen.width-w)/2:100;mytop=(screen.height)
screen.height-h)/2:100;}
Zitat
bu sizin yazmis oldugunuzu ben kopyalasam benim mynette html bölümüne böylece yukaridakini kopyasam bu kadar dogrumu
Zitat von »"Zübeyde"«
hasan67,
yukarda verdigin link senin radyonun linki degil , blogspotda head veya dody arasina yazma imkanin varmi bilmiyorum, eger html bölümünde <head> </head> taglarini görebiliyorsan ayni su sekil yap.
head kapanmadan bu kodu ekle (yani sunun-> </head> hemen önüne.
[code:1]<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)screen.width-w)/2:100;mytop=(screen.height)
screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}
// -->
</script> [/code:1]
sonra hemen ardindan <body> gelir onun icine yani <body BURAYA> assagdaki kodu.
[code:1]
onLoad="NewWindow('http://www.flatcast.com/de/Player.aspx?sid=730209','radyo','805','605','custom','front');" [/code:1]
bu sekilde hicbiryere tiklamadan siteni ziyaret edenlerde radyon popup penceresi icinde acilir. body codunun icinde popup penceresinin boyutlari yaziyor, ben 805 ve 605 olarak yazdim, radyon farkli boyutlardaysa degistir.
kolay gelsin
screen.width-w)/2:100;mytop=(screen.height)
screen.height-h)/2:100;}