Re: this is arafat

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

 



Hello,
I understand for your question that u want to print whole page.
It can be easily done using javascript like this.

<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function printPage() { print(document); }
//-->
</script>
</head>
<body>
<form action="" method="get" name="abc" target="_self">
<input name="print" type="button" value="Print" onClick="printPage()">
</form>
</body>



----- Original Message ----- From: "arafat uddin" <arafat.cse@xxxxxxxxx>
To: <php-db@xxxxxxxxxxxxx>
Sent: Monday, August 13, 2007 1:53 PM
Subject:  this is arafat


sir,
       could u tell me plz, what type of php command i hav write to print
out any page



--------------------------------------------------------------------------------


No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.476 / Virus Database: 269.11.15/949 - Release Date: 8/12/2007 11:03 AM

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux