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

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 am

Re: [PHP] link to specific position in page

2005-02-23 Thread John Nichel
Johannes wrote: 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