|
|
#1 (permalink) |
|
Üyelik Tarihi: 29.06.2000
Yer: Ankara
Yaş: 28
Mesaj: 88
|
Çözünürlüğe göre sayfayı yönlendiren bir scripte ihtiyacım var. http://www.zoque.com 'un webmaster bölümünde bir script buldum ama target'in _top veya _blank olmasını istiyorum. Şimdiden teşekkürler.. [script çözünürlüğe göre yönlendirmese de olur sadece target'ı _top olacak şekilde sayfayı yönlendirsin yeter.] ------------------ http://www.posetcay.net |
|
|
|
|
|
#2 (permalink) |
|
Üyelik Tarihi: 14.07.2000
Yer: Istanbul-Turkey
Yaş: 28
Mesaj: 1,061
|
internet uzerinde boyle bir script var mi bilmiyorum ama benim kanimca eger scriptin dogru calisiyorsa scripte;
<script LANGUAGE="JavaScript"> <!-- Begin function redirectPage() { var url640x480 = "http://www.url.com/640x480"; var url800x600 = "http://www.url.com/800x600"; var url1024x768 ="http://www.url.com/1024x768"; if ((screen.width == 640) && (screen.height == 480)) window.location.href= url640x480; else if ((screen.width == 800) && (screen.height == 600)) window.location.href= url800x600; else if ((screen.width == 1024) && (screen.height == 768)) window.location.href= url1024x768; else window.location.href= url640x480; window.location.target= _blank; } // End --> </script> Stringini eklemen bu islev icin yeterli olmasi gerekiyor. Takildim baktim script normal haliyle bende calismadi kodu ekledigimde de herhangi bir tepki vermedi..Belki bir isine yarar dusuncesi.. Kolay gelsin ------------------------------------------ Extra: tabi calismaz yahu variable olarak vermemisim, neyse uzerinde calisirsan cok basit bir olay, ne kadar benim cozmeye firsatim ve tam tekmil bilgim olmasa da..Yardimci olabilirsem sevinirim ------------------------------------------<!-- [Bu mesaj ScottJr tarafindan yeniden gözden gecirilmistir (18 Agustos 2000).]--> |
|
|
|
|
|
#3 (permalink) |
|
Üyelik Tarihi: 07.08.2000
Yer: iST TR
Mesaj: 697
|
Al bakalim ben buldum bi tane, sadece 800 ve 1024 icin..
___ <script LANGUAGE="JavaScript"> browserName = navigator.appName; browserVer = parseInt(navigator.appVersion); if (browserName == "Netscape" && browserVer >= 4 | | browserName == "Microsoft internet Explorer" && browserVer >= 4) version = "1"; else if (browserName == "Netscape" && browserVer >= 3) version = "2"; else version = "3"; if (version == "1") { var correctwidth=800 var correctheight=600 if (screen.width<correctwidth| |screen.height<correctheight) location="sekizyuze_altiyuz.htm" else location="binyirmidort.htm" } if (version == "2") { var toolkit = java.awt.Toolkit.getDefaultToolkit(); var screen_size = toolkit.getScreenSize(); var correctwidth=800 var correctheight=600 if (screen_size.width<correctwidth| |screen_size.height<correctheight) location="sekizyuze_altiyuz.htm" else location="binyirmidort.htm" } if (version == "3") location="default_page.htm" </script> ___ kolay gele |
|
|
|
| Sponsorlu Bağlantılar | |
|
Zoque.Forum
Reklam
|
|
Zoque'a hoşgeldiniz!