ShowPopup

This method displays an HTML popup window that contains any text or HTML content.

 

JavaScript

 

ShowPopup(popup)

 

C#

 

void ShowPopup(

       IPopupMessage80 popup)

 

C++

 

HRESULT ShowPopup(

       IPopupMessage80 * popup)

 

Parameters

Popup

An IPopupMessage80 object representing the content and properties of the popup window

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.