Open search window as resizable.

This commit is contained in:
rjc%netscape.com 1999-08-07 11:29:03 +00:00
parent 0b9f7ca8a1
commit c0ab6533f4
2 changed files with 2 additions and 2 deletions

View File

@ -492,7 +492,7 @@ function UpdateBookmarksLastVisitiedDate(event)
function OpenSearch(tabName)
{
window.openDialog("resource:/res/samples/search.xul", "SearchWindow", "chrome", tabName);
window.open("resource:/res/samples/search.xul", "SearchWindow", "chrome,resizable", tabName);
}
function BrowserNewWindow()

View File

@ -492,7 +492,7 @@ function UpdateBookmarksLastVisitiedDate(event)
function OpenSearch(tabName)
{
window.openDialog("resource:/res/samples/search.xul", "SearchWindow", "chrome", tabName);
window.open("resource:/res/samples/search.xul", "SearchWindow", "chrome,resizable", tabName);
}
function BrowserNewWindow()