Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: :arrow: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]
hi all ,
am trying to print PDF file using PHP.
am using JAVASCRIPT to call the function when we click on the button.Code: Select all
<html>
<head>
<script language="javascript">
function myprint()
{
window.parent.framename.focus(); (i have 4 frames.)
window.print();
}
</script>
</head>
<body>
<img name=\"print\" src=\"images/icon_print.gif\" onClick=\"javascript:myprint()\">
</body>am trying to print only the pdf file in the frame.
please suggest how to print pdf file.........
waiting for your valuable replies...............
Thanks and regards
Madhu
Pimptastic | Please use
Code: Select all
,Code: Select all
and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: :arrow: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color]