Can anyone please tell me what javascript code I could use to go to the bottom of the screen? I know the one to go Back to the Top, but it uses the screen location 0,0 and with screens being different resolutions, what would I need to use that would cover them all?
I don't know javascript very well, but if it were anything like some C++ coding, you could probably use some type of function to figure out the max-width and max-height of a browser screen then go from there.
place this code on a html page full of text.. at least 2 pages long (first code segment at the top, 2nd at the bottom), click on the "test" link and see what's happening.