| Need help with Chrome popup window target | gopanothera | 6/12/12 3:06 PM | Hi, I am trying to open a popup window using the below code window.open("testURL","TestWindow","directories=no,location=no,menubar=no,resizable=yes,status=1,titlebar=yes,toolbar=no", false); My issue is if i try to invoke the same script again, the p |