thanks for that: did eventually opt for an alternative though still using a frameset. I just combined the first page with the framset but it doesn't look like a frameset and then I call up a scrolling thumbnail.php in the left frame when one of the galleries is selected. It may not be the most graceful of scripting solutions but it works and it is quite fast. Thanks for the suggestion anyway :-)
Main Topics
Browse All Topics





by: Drift3rPosted on 2003-12-26 at 13:18:07ID: 10003384
why use frames?
why don't you use a table with 2 cells: on the left you do a require of thumbnail.php on the right put the image ...
you can even afterwards change the picture without reloading the page (accessing the img.src = 'newsource.jpg' through javascript)
or you can reload the same page with $PHP_SELF?id=newpicid ...
would this not work for you and make it alot simpler?
(it's an alternative ...) :)