צריך קטע קוד שמביא את העמוד לתחתית. - תכנות - HWzone פורומים
עבור לתוכן
  • צור חשבון

צריך קטע קוד שמביא את העמוד לתחתית.


SubX

Recommended Posts

מה הבעיה לעשות את הירידה למטה כמו שכתוב שם ב onLoad (ולתת שם ערך ממש גדול), ו/או לשים עוגן למטה כמו שרשמו ובסף של ה onLoad להחליף את ה URL של העמוד עם השם של העוגן למטה ?

קישור לתוכן
שתף באתרים אחרים

עשיתי עכשיו את הקוד הבא:



<script type="text/javascript">
function delayer()
{
document.ogen.focus();

setTimeout('a()', 2000)
}

function a()
{
window.location = "updating.asp"
}
</script>

<body onLoad="delayer()">
.
.
.
.
.

.
.
.

.
.
<input class=INPUT type=text name="ogen">

השיטה הזו לא טובה כי הוא מביא את סמן הכתיבה לINPUT TEXT אבל גם אם אני ישתמש באובייקט אחר מהINPUT הוא לוקח את התקן הקלט (מקלדת) לשם ואי אפשר להמשיך להקליד בו זמנית במקום אחר בדף.

קישור לתוכן
שתף באתרים אחרים

מה הבעיה ב:

<html>
<head>
<script type="text/javascript">
function goDown() {
location.href="#ending";
}
</script>
</head>
<body onLoad="goDown()">
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
this is a lot of stuff<br>
<a name="ending"></a>
</body>
</html>

קישור לתוכן
שתף באתרים אחרים

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

×
  • צור חדש...