javascript - Open New Tab and Close the Current Tab -


is there easy work around close current tab , open new tab javascript?

try below :

window.open('http://www.google.com','_blank');window.settimeout(function(){this.close();},1000) 

Comments

Popular posts from this blog

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -