Previous Page | Right click this page to print. |
|||
Adding the Pop-up ScriptWhen the Script Should be UsedThe pop-up script should be used when a link in the pages references one of the following:
The links above use the Definition tags, which are recommended for easy viewing, clicking, and describing links. Here's how the tags are used: <dl><dt>External Link name</dt><dd>Description of the link and warning about pop up window.</dd><dt>Story page link name</dt><dd>Description of the story and warning about pop up window.</dd></dl> Using the Script
<a href="LINK_GOES_HERE.htm" onClick="window.open('LINK_GOES_HERE.htm', '', 'resizable=yes,location=yes,toolbar=no,status=no,menubar=no,scrollbars=yes,width=640,height=480,top=0,left=300');return false;"> </a> |
|||
Previous Page | Right click this page to print. |