Mozilla/mozilla/modules/plugin/samples/unixprinting/unixprintplugin_test1.html
timeless%mozdev.org d2ce9fef9b Bug 238704 RFE: Need sample plugin for plugin printing
patch by roland.mainz@nrubsig.org and dantifer.dang@sun.com
r=dantifer.dang@sun.com sr=jst


git-svn-id: svn://10.0.0.236/trunk@155366 18797224-902f-48f8-a5cc-f745e15eee43
2004-04-23 02:47:33 +00: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>