hello
got this script that scrolls (well jumps actually) to the extreme right of a wide page as soon as the page loads
so in my onload i have
onload="javascript:start()"
and the script called is the following
function start()
{
parent.frames["left"].scroll(2992,0);
}
very simple, works fine in Explorer, but no go in netscape, i know the scroll works because i have buttons that scroll to certan parts of the page and they work fine, so cant figure it out whether its the onload or what?
if anyone has any ideas please let me know
Sincerely
Garrett Lynch
http://www.asquare.org/





Bookmarks