You can use the following HTML code to create a popup window within your HTML document. Simply copy, paste, and change the values to suit.
This results in:
Open a popup window
This example actually uses JavaScript code for the popup window. You can also open a new window using HTML code without JavaScript (although using the HTML method, you aren't able to specify how the window will look). To open a new window using HTML, see HTML Open New Window.
Example HTML Popup Window Code:
This results in:
Open a popup window
This example actually uses JavaScript code for the popup window. You can also open a new window using HTML code without JavaScript (although using the HTML method, you aren't able to specify how the window will look). To open a new window using HTML, see HTML Open New Window.