How do I get a new specific sized window to open from within the same webpage each time different link is click with out the same popup window displaying the next link clicked. I have 3 links on a page and each one uses a java script to call up a new window to view the page associated with the link clicked on. But instead of getting 3 popup windows I get one popup that changes as each link is clicked. I would like to have 3 different popup windows open at the sametime.
Here is what I have x 3 links to 3 different pages:
{
window.open("http://www.houseofphotography.com/style-file.htm", "House", "history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=5 90,height=400");
}
Here is what I have x 3 links to 3 different pages:
{
window.open("http://www.houseofphotography.com/style-file.htm", "House", "history=no,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=no,width=5 90,height=400");
}