* Thus wrote Karl-Heinz Schulz:
> I have a database generated page and I want to show a "Print Version" in a
> new window when somebody selects the print option.
>
> http://www.test.com/docs/view_record.php?id=1
>
> http://www.test.com/docs/print_record.php?id=1
>
> What is the "correct" way to open the page from the print link to a new
> page?
@media print {
.css {
its: all here;
}
}
Curt
--
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about. No, sir. Our model is the trapezoid!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php