in reply to A container for images from a server perl

Use plain html but don't open new windows. If a browser user wants a new window, they know how to middle click :)

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

Replies are listed 'Best First'.
Re^2: A container for images from a server perl
by heatblazer (Scribe) on May 04, 2012 at 11:41 UTC

    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.

      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.