Print the document

Print the document

I tried to print web page.I am using the below specified code. It working fine. But Internet Explorer doesn't support code. I want do some other modification. Please help.

<script>
function printpage()
{
var printWindow = window.open('test', 'Print Window', 'height=600,width=1000');
        printWindow.document.write('<html><head><title>Print Window</title>');
        printWindow.document.write('</head><body >');
       printWindow.document.write('</body></html>');
        printWindow.document.close();
        printWindow.print();}
}
</script>

<input type="button" value="Print this page" onclick="printpage()" />
View Answers









Related Tutorials/Questions & Answers:
Print the document
Print the document  I tried to print web page.I am using the below...() { var printWindow = window.open('test', 'Print Window', 'height=600,width...;Print Window</title>'); printWindow.document.write('</head>
Print the document
Print the document  I tried to print web page.I am using the below...() { var printWindow = window.open('test', 'Print Window', 'height=600,width...;Print Window</title>'); printWindow.document.write('</head>
Advertisements
print
print  How to print JFrame All Componant?   Please visit the following link: http://www.roseindia.net/java/example/java/swing/Print.shtml
Print
into the stream and, as opposed to print() method, gets you to the new line after the text
ModuleNotFoundError: No module named 'print_print'
ModuleNotFoundError: No module named 'print_print'  Hi, My Python... 'print_print' How to remove the ModuleNotFoundError: No module named 'print_print' error? Thanks   Hi, In your python environment
Finding an ID Value and Print the Element Text
Finding an ID Value and Print the Element Text        This Example gives a way to Find an ID value and Print the Text in a DOM document . The Methods which are used
print a form of *
print a form of *   * *** ***** ******* ********* ******* ***** *** *   Post the format properly
Print Button
Print Button  i want the source code for printing details of jform.. so plz help me for source code of print button
include' a HTML document in another document.
include' a HTML document in another document.  I'm trying to `include' a HTML document in another document...Is there a way to do
print the newline
print the newline  Why doesn?t the following code print the newline properly? <?php $str = ?Hello, there.\nHow are you?\nThanks for visiting.?; print $str; ?>   Hi friends, Inside the single quotes \n (newline
print numbers
print numbers  1234 123 12 1234   1234 123 12 1234
Print a statement
Print a statement  hello what would we output for this statement System.out.println ("5"+"A" + 3);   helloADS_TO_REPLACE_1 output will be 5A3
date print
date print  how can i print the date in jsp page in the following formate month-date-year. (example. march 8 2012
date print
date print  how can i print the date in jsp page in the following formate month-date-year. (example. march 8 2012
print the sequence
print the sequence  how can I write the code by using for loop to produce this following statement: 10,9,8,7,6,5,4,3,2,1,buzz! please, help me
diamond print
diamond print   print the pattern 1 2 3 4 5 6 7 8 9 10 11 12
print initials
print initials  How to print initials of a name without using arrays?   Hi Friend, You can try the following code:ADS_TO_REPLACE_1 import java.util.*; public class InitialName { public static void main(String
how to print pdf format
how to print pdf format  Hi every body iam doing school project iam using backend as oracle front end java .how to print student marks list...*"%> <% Document document=new Document(); PdfWriter.getInstance(document
To print initials
To print initials  import java.util.Scanner; class initials { String a ; int e ; char f ; int b ; int c ; char d; Scanner sc = new Scanner(System.in); void main
Print command
Print command  Can I use System.out.println command in Struts form bean or Struts action class. I am using Struts 1.3.8 but when I write this command. It does not work. Please reply me as soon as possible. Thanks.   
open document
open document  open a word document using jsp   Please go through the following link: Java Read word document file The above link will provide an example that will read the document file using POI library in java
should print in console
should print in console  
HTML document
HTML document  How do I link to a location in the middle of an HTML document
print form information when click on print button
print form information when click on print button   Sir,I desingn institute webside using jsp and strut by using platform netbean 7.2.So request you please help for printing form information by clickin print button after submit
PDF document
PDF document  hello, How to Open a PDF document on iPhone??   You can use theseADS_TO_REPLACE_1 There's a whole toolkit built in which lets you render PDF pages to a UIView. Check out: CGPDFDocumentCreateWithURL
how to print the server time
how to print the server time  how to print the server time in jsp and update time in fix interval
echo and print statement
echo and print statement  hello, What is the difference between echo and print statement
print square of any number
print square of any number  using c++ language, write aprogram to print the square of any number entered by the user
print without newline in python
print without newline in python  Hi, I have a Python program... the print it in one line. My example: print("I ") print("Love ") print("Python") But the output is coming in new lines. I want to know how to print without
print without newline in python
print without newline in python  Hi, I have a Python program... the print it in one line. My example:ADS_TO_REPLACE_1 print("I ") print("Love ") print("Python") But the output is coming in new lines. I want to know how
ModuleNotFoundError: No module named 'print'
ModuleNotFoundError: No module named 'print'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'print' How to remove the ModuleNotFoundError: No module named 'print'
ModuleNotFoundError: No module named 'print_it'
ModuleNotFoundError: No module named 'print_it'  Hi, My Python... 'print_it' How to remove the ModuleNotFoundError: No module named 'print... to install padas library. You can install print_it python with following
How to print this Format exactly?
How to print this Format exactly?   * * * & reverse
Print the following format
Print the following format  how to print the following format given string "00401121" in java 0-** 1-* 2-* 3- 4
Document Type Definition
Document Type Definition  What is Document Type Definition
how to print HTML using javascript or Jquery
how to print HTML using javascript or Jquery  is there any way to print a document(created using Html and javascript) without using window.print... used Iframe for print, but this only work in chrome, but I have required one
echo and print statement
echo and print statement  hello, What is the difference between echo and print statement?   hii,ADS_TO_REPLACE_1 echo() can take multiple expressions, Print() cannot take multiple expressions. And echo is a little
How to print this in java?
How to print pattern in Java?  How to print a particular pattern in Java...;  How to print this in java
print variable in iphone
print variable in iphone  how can i print a variable in iphone????   hello,, if you want to print a variable in objective CADS_TO_REPLACE_1 if integer then int i=3; NSLog(@"%d",i);ADS_TO_REPLACE_2 if string
noise during print screen
noise during print screen  hi there, i have a java program which can print screen every 1 seconds... but during the print screen, the image seems will have some noise and ends up half page of the image will be black screen
how to print the server time
how to print the server time  i want to print database time in clintside and update time in every secound without creating connection to database for each time. how can i do
print word with max vowels
print word with max vowels  if suppose i hava entered a sentence and in that sentence i have to print a word which has maximum vowels in it.... i have tried it but i am not getting it...please help
how to print String as pattern ?
how to print String as pattern ?  i have a one String name ="rajesh" i want to print pattern like r * ra ** raj raje rajes rajesh please help me
print only Form Fillup Contents through Text File - Java Beginners
print only Form Fillup Contents through Text File   Hello Sir ,I have Designed Employee Details Form using java swing components Now i want to print contents which is filled by employee,How i can Print it,and also i want print
Clear the print button after onclicking the print - Ajax
Clear the print button after onclicking the print  var disp_setting...=yes,width=700, height=330,left=300,top=325"; var rate_print=window.open..., this is my script using for creating table. see print button onclick function
How to design a foot print on the sand, print on the sand, print
How to design a foot print on the sand       You might have seen foot prints on the sand field. Do you think, it can be design in the photoshop, yes I have done here. I have used
Print in a long paper - Java Beginners
Print in a long paper  how to print text in long paper?? each print text, printer stops. not continue until the paper print out. Thanks
program to print total marks
program to print total marks  program to input total marks out of 600 marks as an argument and print the stream allotted using the following criteria 401 & above - PCM 301-400 - ZBC 201-300- Commerce 101-200 - Arts
print the below pattern
print the below pattern  to write a program using a function ti initialize a character 'A' and print the following pattern of characters upto six lines A A B A B C A B C D A B C D E A B C D E F
write a program to print
write a program to print   write a program to print following 1 2 3 4 5 4 3 2 1 1 2 3 4 4 3 2 1 1 2 3 3 2 1 1 2 2 1 1 1

Ads