Search found 4 matches

by jhilden
Thu Aug 04, 2005 12:28 am
Forum: PHP - Code
Topic: jump to anchor after POST
Replies: 2
Views: 280

That's an elegent solution, here's my new code that does exactly what I want it to:

Code: Select all

<a name='$Counter'></a>			
			  <form action='get_pic.php#$Counter' method='post'>
by jhilden
Wed Aug 03, 2005 8:10 pm
Forum: PHP - Code
Topic: jump to anchor after POST
Replies: 2
Views: 280

jump to anchor after POST

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...
by jhilden
Tue Mar 15, 2005 4:08 pm
Forum: PHP - Code
Topic: easy question of the day...
Replies: 2
Views: 240

thanks, I knew it would be something stupid and simple like that
by jhilden
Tue Mar 15, 2005 3:55 pm
Forum: PHP - Code
Topic: easy question of the day...
Replies: 2
Views: 240

easy question of the day...

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 &quote;<td><a target='_blank' href='www.dotphoto.com/go.asp?l=$Dotphoto_Name'>my dotphoto site</a>&quote;; The link gets created but the it tries to redi...