0 medlemmar och 1 gäst tittar på detta ämne.
Skall det bara stå så eller skall jag fylla detta med reklamkoden?Och vad skall i så fall stå i 'ingen reklam'?
<script type="text/javascript"> function checkBrowserWidth() { var theWidth; if (window.innerWidth) { theWidth = window.innerWidth; } else if (document.documentElement && document.documentElement.clientWidth != 0) { theWidth = document.documentElement.clientWidth; } else if (document.body) { theWidth = document.body.clientWidth; } return theWidth; } if(checkBrowserWidth() >= 1200) { document.write('<td width="250" rowspan="3"><div align="left"><!-- START 250x90 AdPeeps.com Code --><a href="http://www.varmepumpsforum.com/adpeeps/adpeeps.php?bfunction=clickad&uid=100000&bzone=test&bsize=250x90&bmode=off&btype=1&bpos=default&ver=2.0" target="_blank"><img src="http://www.varmepumpsforum.com/adpeeps/adpeeps.php?bfunction=showad&uid=100000&bzone=test&bsize=250x90&bmode=off&btype=1&bpos=default&ver=2.0" width="250" height="90" alt="Test!" border=0></a><!-- END AdPeeps.com Code --></div></td>'); }</script>
Och hur lägger jag till fler storlekar?Om du kunde göra en kodsnutt för 1200 och 1600 px så fattar jag nog hur det hänger ihop sen.
<script type="text/javascript"> function checkBrowserWidth() { var theWidth; if (window.innerWidth) { theWidth = window.innerWidth; } else if (document.documentElement && document.documentElement.clientWidth != 0) { theWidth = document.documentElement.clientWidth; } else if (document.body) { theWidth = document.body.clientWidth; } return theWidth; } if((checkBrowserWidth() >= 1200) && (checkBrowserWidth() < 1550)) // Browser width equal to or greater than 1200 and less than 1550 { document.write('<td width="250" rowspan="3"><div align="left"><!-- START 250x90 AdPeeps.com Code --><a href="http://www.varmepumpsforum.com/adpeeps/adpeeps.php?bfunction=clickad&uid=100000&bzone=test&bsize=250x90&bmode=off&btype=1&bpos=default&ver=2.0" target="_blank"><img src="http://www.varmepumpsforum.com/adpeeps/adpeeps.php?bfunction=showad&uid=100000&bzone=test&bsize=250x90&bmode=off&btype=1&bpos=default&ver=2.0" width="250" height="90" alt="Test!" border=0></a><!-- END AdPeeps.com Code --></div></td>'); } else if(checkBrowserWidth() >= 1550) // Browser width equal to or greater than 1550 { document.write('<td width="250" rowspan="3"><div align="left"><!-- START 250x90 AdPeeps.com Code --><a href="http://www.varmepumpsforum.com/adpeeps/adpeeps.php?bfunction=clickad&uid=100000&bzone=test&bsize=250x90&bmode=off&btype=1&bpos=default&ver=2.0" target="_blank"><img src="http://www.varmepumpsforum.com/adpeeps/adpeeps.php?bfunction=showad&uid=100000&bzone=test&bsize=250x90&bmode=off&btype=1&bpos=default&ver=2.0" width="250" height="90" alt="Test!" border=0></a><!-- END AdPeeps.com Code --></div></td>'); document.write('<td width="250" rowspan="3"><div align="left"><!-- START 250x90 AdPeeps.com Code --><a href="http://www.varmepumpsforum.com/adpeeps/adpeeps.php?bfunction=clickad&uid=100000&bzone=climatec250x90&bsize=250x90&bmode=off&btype=1&bpos=default&ver=2.0" target="_blank"><img src="http://www.varmepumpsforum.com/adpeeps/adpeeps.php?bfunction=showad&uid=100000&bzone=climatec250x90&bsize=250x90&bmode=off&btype=1&bpos=default&ver=2.0" width="250" height="90" alt="Besök vår hemsida, klicka här!" border=0></a><!-- END AdPeeps.com Code --></div></td>'); } // Uncomment below to debug, this will show a popup box with current browser width - only for use in test environment! //alert("Browser width: " + checkBrowserWidth()); </script>