return
popup image test page
Karen Clock Large
Karen Clock
Santa Fe
     
   

 

 

 

 

 

 

 

 

 

 

 

Installation Instructions
  1. Copy PopBox.js to your scripts directory and reference it in your web pages with a
    <script src="/scripts/PopBox.js" type="text/javascript"></script> tag.

  2. Make changes to the global variables to support your installation directory structure (after the PopBox.js script include):

    <script type="text/javascript">
    popBoxWaitImage.src = "/images/spinner40.gif";
    popBoxRevertImage = "/images/magminus.gif";
    popBoxPopImage = "/images/magplus.gif";
    </script>

  3. Add any CSS classes you wish to your stylesheet file to help determine the look of your images.

  4. If you are using the magnification glass icons copy them to your images directory and modify their location in your stylesheet accordingly.

  5. Attribute your <img> tags with PopBox events. Instructions can be found on the PopBox product page and the PopBox documentation page.

PopBox!