To create a hyperlink to open the pop-up window

Example

The following example references the HTML Help ActiveX control whose ID is popup and displays the text variable MyText and the font variable MyFont:

<A HREF=JavaScript:popup.TextPopup(MyText,MyFont,9,9,-1,-1)>
Click to see a pop-up window.</A>

A sample of the resulting link is shown below:

Click to see a pop-up window

Notes


back to the beginning Back to the beginning
 
link to overview topic About the script and DHTML examples