hello friends i have a php page with a button ,which when clicked go to another page where function is executed and is redirected back to my source page. my problem, is my source page(from where i clicked the button) is rather a lengthy one,so when coming back to this page, i want focus on the line/button which i clicked.(otherwise for each button click i have to scroll down the page) is there a way to do this. please help
Where you have the button, place an <a name="return_here"></a> tag then, when you return to the page, add a #return_here at the end of the url, and you'll automatically jump down to where the named anchor tag is.