How to Add a Popup Window
Popup lets you display information from an external webpage to your webpage in a new web browser pop-up window. In the ProProfs Knowledge Base, you can add a popup by copying the code snippet of the selected page and pasting it into the source code of your webpage.
These are not the old-school pop-up windows we all used to fear, the ones that triggered pop-up blockers. Instead, this new pop-up window is safe and secure and uses a small piece of JavaScript that will open a page with a specific window width and height.
Benefits of popup window:
-
It saves you time and effort from creating a separate page.
-
Displays the information in the same window, keeping the users focussed
Here is how a popup appears on your webpage:
In this article, you will learn:
How to Add a Popup Window
In your ProProfs Knowledge base editor:
Step 1: Navigate to the page/folder you wish to add to the popup window.
Step 2: In the Popup window tab
-
Specify the width and height.
-
Check the ‘‘Use HTTPS’’ option, if required
-
Copy the JavaScript code.
Step 3: Open the page editor of the website on which you want to display the Popup window
Step 4: Paste the code into the HTML editor and save the changes
The Popup window will appear on the page like this.
How to Add Multiple Popups to a Webpage
In your Proprofs Knowledge Base editor:
Step 1: Open the Popup window tab. Select and copy the code snippet.
Step 2: Open the page editor of the website on which you want to display the Popup window
Step 3: Paste the Javascript for multiple popups which you have selected. Save the changes.
Multiple popups will appear on your page like this.
That is all about adding popups to your webpage.