update open location to work when no browser app core is provided. Will always open in a new window

This commit is contained in:
davidm%netscape.com 1999-09-18 00:31:15 +00:00
parent 65261848ac
commit 3e09ede30f

View File

@ -33,8 +33,10 @@ function onLoad() {
if ( !browser ) {
dump( "No browser instance provided!\n" );
window.close();
return;
dialog.newWindow.checked = true;
dialog.newWindow.disabled = true;
// window.close();
// return;
}
/* Give input field the focus. */