Marcia Cox wrote: >Can anyone help me with images? I want to enlarge an image with a >click of the mouse and the only code I know for this is - but don't >know what to use as the path and am not sure this code will work. I >have found many different ways the code is written, but must be doing >something wrong since it does not work for me. Path incorrect? or is >it the code itself? > >Thanks, >Marcia > ><p align="center"><a >onclick="window.open('graphics/','juliaanndavisdavis.jpg','width=560,height=650,scrollbars=yes,resizable=yes'); >return false;" href="/Graphics/http://www.rootsweb.com="Click to >enlarge photo"><img </a> ></p> > >------------------------------- >To unsubscribe from the list, please send an email to [email protected] with the word 'unsubscribe' without the quotes in the subject and the body of the message > > > > My opinion of using this type of scheme for presenting multiple images is that it does not work well for persons on dialup services. In order for the larger image to be seen it means that the smaller image must contain enough pixels so that it looks good when enlarged. This means that the file size is based on the larger image size, and necessarily longer download time. If there are many images placed on the same page, it will then take a longer time to download for the user just to see all of the small images to select which one for viewing. The suggested method for a page author to use would be the construction of small files for a thumbnail image file, and then a link or mouseover function which takes you to the larger (more dense) image file for good viewing. Simply expanding the onscreen size means either larger downloads, or diminished quality. Using this method the larger file is only downloaded if the viewer actually wants to see a specific one. Remember the legacy users. Not everyone in the genealogy hobby is using the latest gear or high speed connection. Jeff Owens