posted 14 years ago
I'm trying to write a javascript function, which opens the url in the new tab. Like
funtcion newTab(){
var url = "www.google.com";
----------
some code
----------
}
Whenever newTab() function is executed, google site should be open in the new tab of the same browser. Any ideas ?
Thanks in advance.
Srini