Регистрация: Jun 2003
Сообщений: 121
|
Мля, жуть какая....
Вот путёвый вариант (в смысле ЦВЕТА)
<html>
<head>
<title>outLINE. ñîáðàíèå ñî÷èíåíèé.</title><font face="Tahoma"></font>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<link rel="stylesheet" href="view/style.css" type="text/css">
<script language="JavaScript">
<!--
function na_open_window(name, url, left, top, width, height, toolbar, menubar, statusbar, scrollbar, resizable)
{
toolbar_str = toolbar ? 'yes' : 'no';
menubar_str = menubar ? 'yes' : 'no';
statusbar_str = statusbar ? 'yes' : 'no';
scrollbar_str = scrollbar ? 'yes' : 'no';
resizable_str = resizable ? 'yes' : 'no';
window.open(url, name, 'left='+left+',top='+top+',width='+width+',height='+height+',toolbar='+toolbar_str+',menubar='+menub
ar_str+',status='+statusbar_str+',scrollbars='+scrollbar_str+',resizable='+resizable_str);
}
// -->
</script>
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" scroll="no">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="1">
<tr>
<td align="center" valign="middle">
<a onClick="window.open('http://www1.r2.ru'); self.close()">outLINE. ñîáðàíèå ñî÷èíåíèé. </a></td>
</tr>
</table>
</body>
</html>
|