My HTML page consists of 2 div blocks and 2 links. I want to open the content of the first div in a new window when the first link is clicked, and the content of the second div in another new window when the second link is clicked.
You can find the code here - http://jsfiddle.net/PAJWV/5/
I know it seems impossible, but if there's a workaround, please let me know. Thank you!