Search for Help/Shozam Web Gallery Generator/FAQs - Frequently Asked Questions

Shozam - Integration - Open gallery in a new browser window

David Green
posted this on November 18, 2011 03:58 pm

If you have an existing site, you may want to open the gallery into a new window. This way viewers can just close that window when they are finished viewing the gallery and they will then see the previous browser window still showing the main Web site. Here is the HTML syntax for a regular link:

<a href="http://www.mydomain.com/gallery">My Gallery</a>

The link above is displayed as "my gallery" and will link to a gallery that was uploaded to www.mydomain.com in a subdirectory called "gallery". To have the link appear in a new window, you will need to specify a "target" for your link, telling the Web browser that the link should be opened in a new Web browser window:

<a href="http://www.mydomain.com/gallerytarget="_blank">My Gallery</a>

To learn more about how to integrate Shozam galleries with an existing website, please also consult the online FAQs:
Go to Frequently Asked Questions (FAQs) of the User Manual.