Proper chrome (with close box). Thanks to danm.

This commit is contained in:
rjc%netscape.com 1999-08-09 21:12:35 +00:00
parent 5f890b16fa
commit 20baef8938
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ function BookmarkProperties()
function OpenSearch(tabName)
{
window.openDialog("resource:/res/samples/search.xul", "SearchWindow", "chrome,resizable", tabName);
window.openDialog("resource:/res/samples/search.xul", "SearchWindow", "dialog=no,close,chrome,resizable", tabName);
}
function OpenURL(event, node)

View File

@ -42,7 +42,7 @@ function BookmarkProperties()
function OpenSearch(tabName)
{
window.openDialog("resource:/res/samples/search.xul", "SearchWindow", "chrome,resizable", tabName);
window.openDialog("resource:/res/samples/search.xul", "SearchWindow", "dialog=no,close,chrome,resizable", tabName);
}
function OpenURL(event, node)