lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev PRINT OPTIONS PROBLEM


From: David Woolley
Subject: Re: lynx-dev PRINT OPTIONS PROBLEM
Date: Sat, 18 Jul 1998 12:06:05 +0100 (BST)

> 
> Why does it make a temporary HTML page instead of having one installed by
> default?

Because the contents of the print menu page depends on the individual
user's configuration options (also the size of the page is passed down,
although given that the actual rendered page is implicit, this could 
also be implicit, for the links, but not the descriptive text).

> 
> Also, how exactly does such a thing work?  It's not an HTML form right?
> 

Use \ to see the source.  It's done by having special internal protocol
types:

<head>
<title>Lynx Printing Options</title>
</head>
<body>
<h1>Printing Options (Lynx Version 2.7.2)</h1>
There are 130 lines, or approximately 2 pages, to print.<br>
You have the following print choices.<br>
Please select one:<br>
<pre>
   <a href="LYNXPRINT://LOCAL_FILE/lines=130">Save to a local file</a>
   <a href="LYNXPRINT://MAIL_FILE/lines=130">Mail the file</a>
   <a href="LYNXPRINT://TO_SCREEN/lines=130">Print to the screen</a>
   <a href="LYNXPRINT://PRINTER/number=0/pagelen=23/lines=130">Use less to view
   <a href="LYNXPRINT://PRINTER/number=1/pagelen=23/lines=130">Mail to self</a>
</pre>
</body>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]