I am trying to show already opened tab window in chrome using javascript. it is working in firefox but not working in chrome and IE6,7,8. How can i modify this code to resolve that issue. Js:
self.close();
var mypreWindow=window.open('test1.html','Start Page');
mypreWindow.focus();