Cross Browser Window – Open In Javascript

Now a days, browser dependent scripts like javascript create problems due to the varieties of clients and versions of different browsers. So, the programmers or the web developers should be alert to implement such scripts on web. The scripts should be necessarily cross browser compatible …..
Check the simple window.open function….
var myPopupWindow = ”;
function openPopupWindow(url)
{
//If it [...]