I want to open two different links images in one window on one click.
For example, there are two different images link but i want to open both the images in same window on one click. i have tried open two different links or images on one click but they opened it in other window i want to open the both the images in the same window or new window but they must open in one window, adjacent to one another
This is what i m doing to open links in two other windows on one click
<a href="http://www.example.org" onclick="window.open('http://www.google.com','newwin');">click me</a>
1 Answer