Javascript window.open()
auto new tab not working in Google-Chrome and bypass all browser open new tab.
** auto new tab without click button and click link **
echo '<script type="text/javascript">
window.open("http://www.google.co.th");
</script>';
** Run for IE "pass"
** Run for Firefox "pass"
** Run for Chrome "fail"