RetroZilla/modules/plugin/samples/unixprinting/unixprintplugin_test1.html
2015-10-20 23:03:22 -04:00

29 lines
744 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Print plugin Embed Test #1</title>
</head>
<body>
<center>
<h1>Demo Print Plugin for Unix/Linux #1</h1>
<table align="center" border="1">
<tbody>
<tr><td>Sample test (above plugin)</td></tr>
<tr>
<td align="center">
<embed
type="application/x-print-unix-nsplugin"
printmsg="printable demo plugin" height="500" width="500">
<br>
</td>
</tr>
<tr><td>Sample test (below plugin)</td></tr>
</tbody>
</table>
<br>
for test purpose only
<br>
</center>
</body>
</html>