Hello, Can someone point me towards a tutorial or give some advice on how to create a popup window with HTML? I want it to appear when the user clicks on a thumbnail image and I want it to contain a bigger photo. I only want the popup window to be the size of the photo and don't want the buttons at the top or anything, just a window. Thanks, Kirsty
Many people are annoyed by extra windows opening, and javascript may be disabled, so the failure should be graceful. If it will fit your needs, try this gallery with image swapping. Clicking the thumbnail opens the full size image on the page. If the javascript fails or is disabled, the image is opened in a new page, not new window. The back button is not broken. cheers, gary