Hi. I have a link, that when clicked on presents a popup window via this code:
onclick="window.open(this.href, 'child', 'width=503,height=650'); return false"
...where a window of 503 X 650 opens with the specified page. But my problem is, unless I close this new popup window, every popup window comman will continue to load in the original 503 X 650 window, rather than opening its own window. How can I solve this?
onclick="window.open(this.href, 'child', 'width=503,height=650'); return false"
...where a window of 503 X 650 opens with the specified page. But my problem is, unless I close this new popup window, every popup window comman will continue to load in the original 503 X 650 window, rather than opening its own window. How can I solve this?