in reply to Re: A container for images from a server perl
in thread A container for images from a server perl

Thanks for advices both of you. Actually I wanted to make a new window like amazon.com`s images. They are opened in a new window without flasy effects. It`s like a html with 8 visible images and if you click on 4th one, it is opened in a new smaller window showing the image and you can back and forward to other ones. Kind of image viewer... but I think that JS is for this task rather perl/php/server scripts... Maybe some ready made jQueries codes.

  • Comment on Re^2: A container for images from a server perl

Replies are listed 'Best First'.
Re^3: A container for images from a server perl
by marto (Cardinal) on May 04, 2012 at 11:49 UTC

    You could achieve all of this using Perl to generate the HTML, though it you combined it with some JavaScript you could make it aesthetically smoother.