نجم المنتدي : ..... الولايه : ..المسيله عدد المساهمات : 3220 6 العمر : 47
موضوع: كود قائمة خدمات المنتدي الثلاثاء 10 نوفمبر - 16:30
Spoiler:
الكود:
<script LANGUAGE="Javascript">
/* Created by Randy Bennet http://home.thezone.net/~rbennett/utility/javahead.htm Featured on Javascript Kit (http://javascriptkit.com) For this and over 400+ free scripts, visit http://javascriptkit.com */
function setVariables() { if (document.layers) { v=".top="; dS="document."; sD=""; y="window.pageYOffset"; } else if (document.all){ v=".pixelTop="; dS=""; sD=".style"; y="document.body.scrollTop"; } else if (document.getElementById){ y="window.pageYOffset"; } } function checkLocation() { object="object1"; yy=eval(y); if (document.getElementById) document.getElementById("object1").style.top=yy else eval(dS+object+sD+v+yy) setTimeout("checkLocation()",10); } </script>