31 lines
637 B
HTML
31 lines
637 B
HTML
<html>
|
|
<head>
|
|
<title>Mozilla Browser</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
</head>
|
|
<body bgcolor="#C0C0C0">
|
|
<style type="text/css">
|
|
/* This style sheet should be in a seperate file */
|
|
|
|
BODY,TD {
|
|
font-family: Sans-Serif;
|
|
background-color: #C0C0C0;
|
|
}
|
|
|
|
BODY,TD,INPUT {
|
|
font-size: 9pt;
|
|
}
|
|
BODY {
|
|
margin: 0px 0px 0px 0px;
|
|
}
|
|
</style>
|
|
|
|
<iframe src="toolbar.xml" name="browser.toolbar" width="100%" height="80" >
|
|
|
|
<iframe src="test0.html" name="browser.webwindow" width="100%" height="500" >
|
|
|
|
<iframe src="status.html" name="browser.status" width="100%" height="34" >
|
|
|
|
</body>
|
|
</html>
|