Home > Javascript > Creating a simple javascript Popup Div

Creating a simple javascript Popup Div

October 20th, 2008
Sometimes you want to create a div in your document that opens a pop-up window that shows another webpage, but that isn’t actually another browser window.  The code below will do just that for you in a simple manner.  You can change the page that shows in the popup by simply changing the “src” from [...]
Categories: Javascript Tags:
Comments are closed.