RetroZilla/layout/html/tests/printer/js/load_new_site_from_js.html

9 lines
279 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html><head>
<title>Second Page</title>
<script language="JavaScript">
var origURL = "http://www.mozilla.org"
</script></head>
<body bgcolor="#ffffff" onload="window.print();window.location.href = 'http://www.mozilla.org'">
This is the page that should be printed
</body></html>