<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1">Hello,<br>
<br>
I'm not sure whether this has been requested before, but the link to
the archives of this list seems to be broken at the moment, so I give
it a try...<br>
<br>
I'd like to see an extension of the hyperlink to give it an HTML-only
print function. Nowadays making a print link available from within a
website always involves client-side scripting. This dependency should
not be necessary for something like printing as it is basic
functionality in most browsers (not sure about mobile devices though).<br>
<br>
I can think of two ways, using existing attributes:<br>
- target="_print"<br>
- using some sort of pseudo-protocol: href="print:#"<br>
<br>
In both cases the URL of the href attribute could lead to another
document, which is probably not what the visitor wants, but this is
also possible with the current technique. I'm not sure whether this is
a good thing or not.<br>
In addition, linking to a node inside the document could be used to
only print that node (#content).<br>
<br>
My personal favorite would be the pseudo-protocol as I think this
function is more inline with that of the email link.<br>
<br>
cheers,<br>
Sander<br>
<br>
</font>
</body>
</html>