Make sure that default.htm is referenced via a chrome: URL.

This commit is contained in:
rjc%netscape.com 1999-11-24 09:40:33 +00:00
Родитель 8346684a29
Коммит 529a037092
5 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -72,7 +72,7 @@ function doEngineClick(node)
}
else
{
window.frames[0].document.location = "default.htm";
window.frames[0].document.location = "chrome://search/content/default.htm";
}
}

Просмотреть файл

@ -76,7 +76,7 @@
</tree>
<splitter id="searchHtmlAreaSplitter" persist="state" style="border-top:solid black 1px; border-bottom:solid black 1px; background-color:lightgray;" collapse="after" />
<html:iframe id="content" type="content-primary" style="height: 100; width: 100%;" flex="100%" src="resource:/res/samples/default.htm" />
<html:iframe id="content" type="content-primary" style="height: 100; width: 100%;" flex="100%" src="chrome://search/content/default.htm" />
<!--
This extra "status" bar is necessary because the bottom right corner of the window on MacOS is

Просмотреть файл

@ -278,7 +278,7 @@ function doSearch()
if (contentArea)
{
contentArea.setAttribute("style", "height: 100; width: 100%;");
parent.frames[1].frames[0].document.location = "default.htm";
parent.frames[1].frames[0].document.location = "chrome://search/content/default.htm";
}
// enable "Save Search" button

Просмотреть файл

@ -72,7 +72,7 @@ function doEngineClick(node)
}
else
{
window.frames[0].document.location = "default.htm";
window.frames[0].document.location = "chrome://search/content/default.htm";
}
}

Просмотреть файл

@ -76,7 +76,7 @@
</tree>
<splitter id="searchHtmlAreaSplitter" persist="state" style="border-top:solid black 1px; border-bottom:solid black 1px; background-color:lightgray;" collapse="after" />
<html:iframe id="content" type="content-primary" style="height: 100; width: 100%;" flex="100%" src="resource:/res/samples/default.htm" />
<html:iframe id="content" type="content-primary" style="height: 100; width: 100%;" flex="100%" src="chrome://search/content/default.htm" />
<!--
This extra "status" bar is necessary because the bottom right corner of the window on MacOS is