JavaScript pop up window alternative
This method still uses JavaScript, but it is paired with CSS to produce a less annoying and invasive outcome.
1) Develop the content that you would normally open in a pop up.
2) Create a div tag in the “opener” page. Hide the div tag using the visibility and display properties and specify the position property as [...]

