|
|
#2 (permalink) |
|
Üyelik Tarihi: 29.11.2000
Yer: istanbul
Yaş: 28
Mesaj: 1,189
|
Bence siteyi her iki çözünürlüğe göre tasarla.Sonra forumda daha önce bahsedilen java scriptlerle siteyi ziyaret eden kişinin çözünürlüğüne göre kullanıcıyı yaptığın iki sayfadan birine yönlendir.
Tabi kullanıcı bunun farkında olmıyacak ve sende sorunu çözüceksin.
__________________
Since 2k - CG | U.K. |
|
|
|
|
|
#3 (permalink) |
|
<HTML>
<HEAD> <script LANGUAGE="JavaScript"> <!-- Begin function redirectPage() { var url640x480 = "http://www.isim.com/640x480"; var url800x600 = "http://www.isim.com/800x600"; var url1024x768 ="http://www.isim.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; } // End --> </script> </HEAD> <BODY> </BODY> </HTML> peki burda mesela http://www.isim.com/640x480 yerine HTML adresi mi koyacağız.. Saygılar |
|
|
|
|
|
|
#4 (permalink) |
|
Üyelik Tarihi: 29.11.2000
Yer: istanbul
Yaş: 28
Mesaj: 1,189
|
<HTML>
<HEAD> <script LANGUAGE="JavaScript"> <!-- Begin function redirectPage() { var url640x480 = "http://www.isim.com/index640.HTML"; var url800x600 = "http://www.isim.com/index800.HTML"; var url1024x768 ="http://www.isim.com/index1024.HTML"; 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; } // End --> </script> </HEAD> <BODY> </BODY> </HTML> Şeklinde bi dene,bu şekilde olması lazım.
__________________
Since 2k - CG | U.K. |
|
|
|
|
|
#6 (permalink) |
|
bunun haricinde forumda gecen baska skriptlerde olmasi gerek. istersen onlara da bir bak. unutmadan bu skriptte tüm cözünürlüklere göre bir yönlendirme hazirlamalisin, yani 1024x1280 ve 1200x1600 icinde. aski takdirde bu cözünürlügü kullananlara sitene giremezler.
__________________
Üyeler tanisiyor | Üyeler kendilerini tanitiyorlar. İletisim Merkezi | Forumla ilgili sorulariniz, problem bildirimi icin lütfen daha fazla ö.m. atmayiniz. |
|
|
|
|
Zoque'a hoşgeldiniz!