-ProniX- Webmaster | Eğlence
Çözünürlük Ayarı Kodları
<script language="JavaScript"><br /> //This Script is Copyright yalçın© 2007<br /> //If you are going to use this code, you MUST leave these<br /> //lines of script UNEDITED!<br /> if ((screen.width == 1024) && (screen.height == 76<img src="http://theme.webme.com/smiles/icon_cool.gif" border="0">)<br /> {<br /> alert('Your resolution is set at the recommended size that is required for this page to be viewed correctly.')<br /> }<br /> else<br /> if ((screen.width == 800) && (screen.height == 600))<br /> {<br /> alert('Ekran çözünürlüğün 1024x768 olmalıydı!')<br /> }<br /> else<br /> if ((screen.width == 640) && (screen.height == 480))<br /> {<br /> alert('Your resolution is too low to view this page correctly, please change it!')<br /> }<br /> document.write('Ekran çözünürlüğün - ' + screen.width + ' x ' + screen.height)<br /> </script> |