Click to See Complete Forum and Search --> : scrollbar always at the bottom


biktoryah
03-31-2003, 02:35 AM
anybody can help me? i need a code where the scroll bar is appears at the bottom once the window is displayed...thanks

:confused:
biktoryah

pyro
03-31-2003, 07:09 AM
Try making an anchor at the bottom of you page (<a name="bottom">) and then inserting this code as your <body> tag:

<body onload="document.location='#bottom';">

biktoryah
03-31-2003, 07:04 PM
i have tried using the tag but unfortunately it didnt work...i think since my page is self refreshing the onload command or tag (either one) cant work...m i right? do u have other suggestions?

tnx very much
biktoryah