[PHP] link to specific position on page

2005-02-23 Thread Johannes
Hi, I am building a dynamic thumbnail gallery using php and HTML. All action occurs in the same document, no frames. When you click a thumb the same page reloads and shows a larger version of the thumb. Otherwise the page is identical. I have mainly two problems: *When the page reloads it scrolls

[PHP] link to specific position in page

2005-02-23 Thread Johannes
Hi, I am building a dynamic thumbnail gallery. When you click the thumbnail the larger image appears in the same document(not using frames). My two problems are: *When I click on the thumb I would like the page to reload and be scrolled to the exact same position as before the click (now with

Re: [PHP] link to specific position in page

2005-02-23 Thread John Nichel
Johannes wrote: snip 1) Please don't flood the list with the same message. 2) Your question has nothing to do with php. -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] link to specific position in page

2005-02-23 Thread Jay Blanchard
[snip] ...client side stuff... [/snip] If you send this one more time you will earn a spot on the dev/null list. Everything you ask is as a result of client side HTML rendering. PHP is server side and cannot control these things. Currently, the anchor tag is your best bet for this, although I

Re: [PHP] link to specific position in page

2005-02-23 Thread Richard Lynch
Johannes wrote: I am building a dynamic thumbnail gallery. When you click the thumbnail the larger image appears in the same document(not using frames). My two problems are: *When I click on the thumb I would like the page to reload and be scrolled to the exact same position as before the