foxphpbomb
Programmer
I have a function that is invoked on an onclick event linked to some text, that sets the diplay property of a row just below the link to block from none.
The problem is that the page is verticlaly very long and when the javascript is invoked, I get scrolled all the way to the top, and then have to scroll all the way down to get to the point where I was before and the newly visible row.
I need to add something to this function that anchors me to the point in the page where I invoked the function.
The problem is that the page is verticlaly very long and when the javascript is invoked, I get scrolled all the way to the top, and then have to scroll all the way down to get to the point where I was before and the newly visible row.
I need to add something to this function that anchors me to the point in the page where I invoked the function.