On Sun, May 20, 2001 at 02:11:04AM +0200, Richard wrote : 
> You need to be more specific than that.
> 
> You cannot demand the browser to start printing, [...]

Not true if JavaScript is enabled (and most browsers do).

window.print();

prints the document (but in fact, it will popup a printing
dialog)

- Markus

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to