Click to return to the Component Development home page    
Web Workshop  |  Component Development

Popup Window Control -- Reference Info


Properties

None.


Methods

AboutBox: Displays the About dialog box.

Popup: Brings up the popup window. This method accepts the following parameters:

URL: The URL location of the page to be displayed.
Scale: [optional] Boolean value:
     True: Scale the display to fit in the popup window.
     False: Don't scale; clip display to fit in the popup window.
Dismiss: Removes the popup window, if one is currently being displayed.


Events

None.


Sample HTML

   <OBJECT ID=IEPopWnd1 CLASSID="clsid:A23D7C20-CABA-11CF-A5D4-00AA00A47DD2"
      CODEBASE="http://activex.microsoft.com/controls/iexplorer/x86/iepopwnd.cab#version=4,71,115,0">
   </OBJECT>

HomeBack to ActiveX Controls Programming Reference



Back to topBack to top

© 1999 Microsoft Corporation. All rights reserved. Terms of use.