1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<title>Print Test Page</title>
5<body>
6
7<script language="JavaScript" type="text/javascript">
8window.print();
9</script>
10
11This webpage should pop up a print dialog. If you print from that dialog, you
12should see this output on paper.
13
14</body>
15</html>
16
17