I have a large page with many submit buttons that POST to PHP_SELF. After a user clicks one of the submit buttons I want the page to scroll/jump to the submit button they pushed. Before each button I have <a name='$Counter'></a> How can I make the page jump/scroll without the user having to click on...
Hi everyone, this out should get answered in about 10 seconds... I want to link to an external site in a new window, here is my code: echo "e;<td><a target='_blank' href='www.dotphoto.com/go.asp?l=$Dotphoto_Name'>my dotphoto site</a>"e;; The link gets created but the it tries to redi...