freddybee
01-16-2003, 11:58 PM
I would like to add a function that jump to a specific position in the page after loaded.
in HTML, <A href="#there">link</A> where I've got a tag like <span id="here">bla bla </span> performs what I want to achieve ....
Here I would like to have a function called after loading ( <body onload="Jump();"> ..... ) that jump to a specific position.
Any idea ????
Thank for your valuable help
in HTML, <A href="#there">link</A> where I've got a tag like <span id="here">bla bla </span> performs what I want to achieve ....
Here I would like to have a function called after loading ( <body onload="Jump();"> ..... ) that jump to a specific position.
Any idea ????
Thank for your valuable help