Hello all, I'm looking for a way to use javascript to tell a page to start at the bottom when loaded. The user could then use the scroll bar to scroll back up, but i'd like it to start at the bottom.?
I havn't found anythign like this, could someone possibly provide me with a short peice of...
Hello all I have this function:
<SCRIPT LANGUAGE="JavaScript">
function Unselect(sbox)
{
var i = 0;
for(var i=0; i<sbox.options.length; i++)
{
sbox.options[i].selected = false;
sbox.options.selectedindex = -1;
}
}
</SCRIPT>...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.