<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<TITLE> Кнопка-линк в одну строку </TITLE>
<style type="text/css">
.aceButton {
background-color: red;
border-color: blue;
border-style: double;
border-width: 4;
color: yellow;
font-size: 12pt;
font-family: arial;
font-weight: bold;
}
</style>
</head>
<body>
<INPUT class=aceButton TYPE="BUTTON" value="Кнопка-линк"
ONCLICK="javascript:byn=void(window.open('2510-19.htm','byn','toolbar=1,width=350,height=350,top=60,left=60'))">
</body>
</html>