I have links that open https secondary windows using:
window.open(url , windowName);
The windowName is always the same but I keep getting new windows. Is
it possible for each of the links to open in the same window?
Thanks,
Jon
window.open(url , windowName);
The windowName is always the same but I keep getting new windows. Is
it possible for each of the links to open in the same window?
Thanks,
Jon
Comment