Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q1508 How do you print an external .txt or .htm file

irt.org | Knowledge Base | HTML | Q1508 [ previous next ]

Q1508 How do you print an external .txt or .htm file

This will print either a .txt file or a .htm file.

Code will work in Internet Explorer 4/win98. Does not work in: Internet Explorer 5.5/win98 or any Netscape browser for win98. Not sure about Internet Explorer 5/win98 or Mac browsers.

<html>
<head>
<title>Printing an external .txt file</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel=alternate media=print href="sourceFileNameToPrint.txt">
</head>


<html>
<head>
<title>Printing an external .htm file</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel=alternate media=print href="sourceFileNameToPrint.htm">
</head>

Submitted by hudz

Feedback on 'Q1508 How do you print an external .txt or .htm file'


Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.