How do you print an external .txt or .htm file
페이지 정보
작성자 서방님 댓글 0건 조회 128회 작성일 06-09-14 11:03본문
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
댓글목록
등록된 댓글이 없습니다.