On Wed, 24 Oct 2001 [EMAIL PROTECTED] wrote:

> <i>To print</i>: <a href="javascript:if (window.print != null) {
> window.print(); }
>  else { alert('Unfortunately, your browser does not support this shortcut.
> Please select Print from the File menu.'); }">
> <b>Click here</b></a> <i>or</i> Select <b>File</b>
> and then <b>Print</b> from your browser's menu.
>
> Is there an equivelant bit of code to do this printer shortcut with
> php?

PHP - _server_ side
Javascript - _client_ side

PHP cannot affect your client like Javascript can.

-- 

Sapere aude
My mind not only wanders, it sometimes leaves completely.


-- 
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