xaxex34 Geliştirici
Mesaj Sayısı : 323 Paylaşım Gücü : 880 Rep Point : 3 Kayıt tarihi : 07/08/10 Yaş : 28
| Konu: Süper Bir Yonlendirme Kodu Sitene Tıkladıgında Diger Site Açiliyor.! Perş. Ağus. 26, 2010 6:40 am | |
| - 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> | |
|