I seem to have an issue where the open function in javascript is always opening new popups even though the window name is setup in the parameters. To add further confusion this is only happening on certain PC’s. I have tried in vain to see any differences but the Operating System, Browser and Java versions are all the same.
This is the open statement,
open("popunder.asp", "myPopUnder", "width=300,height=100,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,alwaysLowered=yes,location=no,directories=no,titlebar=no");
Why are specific PC’s recognising this window and loading the information into the exisiting one, whereas other PC’s are creating additional popups? This is confusing the hell out of me ?!?!
Do I need to check the target popunder.asp for anything? What factors would cause the Javascript to see this window has already been loaded?
This is the open statement,
open("popunder.asp", "myPopUnder", "width=300,height=100,status=no,toolbar=no,menubar=no,scrollbars=no,resizable=no,alwaysLowered=yes,location=no,directories=no,titlebar=no");
Why are specific PC’s recognising this window and loading the information into the exisiting one, whereas other PC’s are creating additional popups? This is confusing the hell out of me ?!?!
Do I need to check the target popunder.asp for anything? What factors would cause the Javascript to see this window has already been loaded?