Forum'da ara:
Ara


Yazar Mesaj
Mesaj19.05.2009, 13:06 (UTC)    
Mesaj konusu: super bır yonldrm kod sıtene tıkldgnda dıger sıtende açılr

SADECE SİTENİN ADRESI KISMINI KENDINIZE GORE AYARLAYINIZ
Kod:
<script>

//Modeless window script- By ASKing1925
//for full source code and terms of use
//visit http://www.carbonteam.tr.gg

function modelesswin(url,mwidth,mheight){
if (document.all&&window.print) //if ie5
eval('window.showModelessDialog(url,"","help:0;resizable:1;dialogWidth:'+mwidth+'px;dialogHeight:'+mheight+'px")')
else
eval('window.open(url,"","width='+mwidth+'px,height='+mheight+'px,resizable=1,scrollbars=1")')
}

//configure URL and window dimensions (width/height)
modelesswin("SİTENİN ADRESİ",600,600)

//To load via link, use something like below:
//<a href="javascript:modelesswin('http://yahoo.com',600,400)">Click here</a>
</script>
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu