SharePoint 2010 Cookbook: How to Open & Close a Popup Window Using the OpenPopUpPageWithTitle Method

Using JavaScript, there are a variety of different methods to open a URL in a popup dialog in SharePoint 2010 . In this article, we will talk about how to open a popup using one of these methods, OpenPopUpPageWithTitle, and how to refresh the page after returning from the popup.

 

Challenge:

How do I open a popup using the OpenPopUpPageWithTitle method, and refresh the page after returning from the popup?

 

Solution:

Open Popup

Below is the signature of the method: 

OpenPopUpPageWithTitle(url, callback, width, height, title);

While the method parameters are self-explanatory, internally, the OpenPopUpPageWithTitle method is calling SP.UI.ModalDialog.showModalDialog(options), where the options are the parameters passed to the method.

URL is the path to a custom application page.

Callback is a method called and, in essence, can be anything along the lines of display notification(SP.UI.Notify).

Width and Height represent the size (in pixels) of the popup. If you want a fixed height and width, and you use null, then size will be defined automatically.

Title is the title of the popup.

Below is a screen shot of my example:

Close Popup

In the custom application page, we need to close the popup whenever it has finished executing. Below is the code to close the dialog box:

window.frameElement.commitPopup();

 

Refresh the Page After Returning From the Popup

Once the user has made some changes and closed the popup by clicking the OK button, on return from the popup, the .aspx page should be reloaded. To do so, you should use following function:

OpenPopUpPageWithTitle(url, RefreshPage , width, height, title);

RefreshPage: Using this method, we define and refresh the underlying page when the dialog closes.

Please enjoy, and good luck!

 

See Also:

 

Note:

Please see the attachment for the source code and script of my example.

SharePoint Online

The cloud parts are functional components that extend your SharePoint Online environment in Microsoft 365.

Supports Classic and Modern sites for SharePoint Online/Microsoft 365

Small Business Pricing and Discounts

SharePoint

Top SharePoint Online Products

Experience greater power and savings by bundling our SharePoint apps and cloud parts.


Calendar Plus


Carousel


Employee Directory Plus


Org Chart Plus


Simple Search


Tabify


Tree View

 

On-Premises Only

These web parts extend SharePoint beyond its out-of-the-box capabilities by tailoring it to your requirements with Bamboo Solution’s growing portfolio of SharePoint Web Parts.

SharePoint 2016, 2019, 2022 – Classic Pages Only

SharePoint

Top On-Premises Only Products

Experience greater power and savings by bundling our SharePoint apps and web parts.


Calendar Plus


Data Viewer


Password Change


Password Expiration


Password Reset

 

Our team of Microsoft 365 Technology Consultants helps you get the most out of your Microsoft technology, we have the best Microsoft 365 talent to streamline your organization.

Consulting to Streamline Your Department

M365 Plus

Managed Services

Microsoft 365

Consulting to Streamline Your Department


Human Resources


Information Technology


Marketing Campaigns


Healthcare


Sales

 

Our Consultants Have What You Need

Federal Contractors