mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
41 lines
609 B
HTML
41 lines
609 B
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Print from JS</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<a href=link.html>Link</a>
|
||
|
This is some body text.
|
||
|
line 1<br>
|
||
|
line 2<br>
|
||
|
line 3<br>
|
||
|
line 4<br>
|
||
|
line 1<br>
|
||
|
line 2<br>
|
||
|
line 3<br>
|
||
|
line 4<br>
|
||
|
<hr>
|
||
|
line 5<br>
|
||
|
line 6<br>
|
||
|
line 7<br>
|
||
|
line 8<br>
|
||
|
line 9<br>
|
||
|
line 10<br>
|
||
|
line 1<br>
|
||
|
line 2<br>
|
||
|
line 3<br>
|
||
|
line 4<br>
|
||
|
line 5<br>
|
||
|
line 6<br>
|
||
|
line 7<br>
|
||
|
line 8<br>
|
||
|
line 9<br>
|
||
|
line 10<br>
|
||
|
line 11<br>
|
||
|
line 12<br>
|
||
|
line 13<br>
|
||
|
line 14<br>
|
||
|
line 15<br>
|
||
|
<input type=button value="Print this Page" onclick="window.print();">
|
||
|
</body>
|