Clear the print button after onclicking the print

Clear the print button after onclicking the print

View Answers

May 8, 2009 at 2:41 PM

Hi Friend,

We have already provided the solution to your problem. Please check the full code.

var disp_setting="toolbar=no,location=no,directories=no,menubar=n0,";
disp_setting+="scrollbars=yes,width=700, height=330,left=300,top=325";
var rate_print=window.open("","",disp_setting);
rate_print.document.open();
rate_print.document.writeln('<html><head><title>Inside Jsp </title>');
rate_print.document.writeln('</head><body bgcolor="#b8f8f7"><center>');
rate_print.document.writeln("<table align='center' cellspacing='0' border='1' bordercolor='#000000' style='border-collapse:collapse' width='100%' id='viewparticipant'>");
rate_print.document.writeln("<tr>");
rate_print.document.writeln("<th class='tstyle'>S.NO</th>");
rate_print.document.writeln("<th class='tstyle'>Vendor Name</th>");
rate_print.document.writeln("<th class='tstyle'>Address</th>");
rate_print.document.writeln("<th class='tstyle'>Quantity</th>");
rate_print.document.writeln("<th class='tstyle'>Size</th>");
rate_print.document.writeln("<th class='tstyle'>Rate</th>");
rate_print.document.writeln("<th class='tstyle'>Date</th>");
rate_print.document.writeln("</tr>");
for(var i=0,j=1;i<9;i=i+1,j++)
{
rate_print.document.writeln("<tr>");
rate_print.document.writeln("<td valign='center' align='center'> "+j+"</td>");
rate_print.document.writeln("<td valign='center' align='left'>"+"Amit"+" </td>");
rate_print.document.writeln("<td valign='center' align='left'>"+"Kumar"+" </td>");
rate_print.document.writeln("<td valign='center' align='right'>"+"22"+" </td>");
rate_print.document.writeln("<td valign='center' align='right'>"+"22m"+" </td>");
rate_print.document.writeln("<td valign='center' align='right'>"+"32423423"+" </td>");
rate_print.document.writeln("<td valign='center' align='center'>"+"fsdjfjsdf"+" </td>");
rate_print.document.writeln("</tr>");
}/**end of the for loop*/
rate_print.document.writeln("</table>");
rate_print.document.writeln("<br>");
rate_print.document.writeln("<input id='ok' type='button' value='Ok' class='blackbuttonlow' tabindex='1' onclick='window.close()'> ");
rate_print.document.writeln("&nbsp&nbsp&nbsp");


rate_print.document.writeln("<input type='button' value='Print' tabindex='1' onClick='this.style.visibility=\"hidden\"; window.print();'/>");

rate_print.document.writeln('</center></body></html>');
rate_print.document.close();
rate_print.focus();

We hope that this will help you a lot.

Thanks
RoseIndia Team









Related Tutorials/Questions & Answers:
Clear the print button after onclicking the print - Ajax
Clear the print button after onclicking the print  var disp_setting... correct answer.... pls clear the print and ok button when after onclicking..., this is my script using for creating table. see print button onclick function
Clear the print button after onclicking the print - JSP-Servlet
Clear the print button after onclicking the print  rate... the printbutton image when after onclicking the print button....  Hi Friend, To clear the button on clicking it, use the following code
Advertisements
Print Button
Print Button  i want the source code for printing details of jform.. so plz help me for source code of print button
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
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'
with following command: pip install print_print After the installation...ModuleNotFoundError: No module named 'print_print'  Hi, My Python... 'print_print' How to remove the ModuleNotFoundError: No module named '
how to print a new line after a certain number of prints
how to print a new line after a certain number of prints  How do I make this program print the inputs the user gives 5 per line? So in other words I want the program to print 5 input numbers per line. this is my code so far
Print the document
();} } </script> <input type="button" value="Print this page" onclick...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 the document
();} } </script> <input type="button" value="Print this page" onclick...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 a form of *
print a form of *   * *** ***** ******* ********* ******* ***** *** *   Post the format properly
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
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.   
How to print this in java?
How to print pattern in Java?  How to print a particular pattern... and click the button that consists of binary number 0 and 1 from the text editor.    How to print this in java
should print in console
should print in console  
ModuleNotFoundError: No module named 'print_it'
command: pip install print_it After the installation of print_it python...ModuleNotFoundError: No module named 'print_it'  Hi, My Python... 'print_it' How to remove the ModuleNotFoundError: No module named 'print
ModuleNotFoundError: No module named 'print'
install print After the installation of print python library...ModuleNotFoundError: No module named 'print'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'print
How to print UIButton id
How to print UIButton id  How to get the id of the button in the IOS...: - (IBAction)btnClicked:(id)sender { UIButton *button = (UIButton *)sender; int btnTag = button.tag; NSLog(@"Button Tag: %d", btnTag); } Thanks
Print Form - Java Beginners
Print Form  Hello Sir I have Created Admission Form when user fills data and submit that data to access database,then when i Click on PRINT Button I want to get Print of that forms Contents,How I can Do it with JAVA SWING,plz
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
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
Online Print Templates - WebSevices
Online Print Templates  I am a manager and my mandate is to build... an interactive print templates for our clients. Here are the specs. - We will design print templates on our website total of 200 artworks - Clients will input data
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
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
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
ModuleNotFoundError: No module named 'awesome_print'
with following command: pip install awesome_print After...ModuleNotFoundError: No module named 'awesome_print'  Hi, My... 'awesome_print' How to remove the ModuleNotFoundError: No module named
ModuleNotFoundError: No module named 'awesome_print'
with following command: pip install awesome_print After...ModuleNotFoundError: No module named 'awesome_print'  Hi, My... 'awesome_print' How to remove the ModuleNotFoundError: No module named
ModuleNotFoundError: No module named 'beauty-print'
with following command: pip install beauty-print After the installation...ModuleNotFoundError: No module named 'beauty-print'  Hi, My Python... 'beauty-print' How to remove the ModuleNotFoundError: No module named '
ModuleNotFoundError: No module named 'carto-print'
with following command: pip install carto-print After the installation...ModuleNotFoundError: No module named 'carto-print'  Hi, My Python... 'carto-print' How to remove the ModuleNotFoundError: No module named '
ModuleNotFoundError: No module named 'colony_print'
with following command: pip install colony_print After the installation...ModuleNotFoundError: No module named 'colony_print'  Hi, My Python... 'colony_print' How to remove the ModuleNotFoundError: No module named '
ModuleNotFoundError: No module named 'colony_print'
with following command: pip install colony_print After the installation...ModuleNotFoundError: No module named 'colony_print'  Hi, My Python... 'colony_print' How to remove the ModuleNotFoundError: No module named '
ModuleNotFoundError: No module named 'color-print'
with following command: pip install color-print After the installation...ModuleNotFoundError: No module named 'color-print'  Hi, My Python... 'color-print' How to remove the ModuleNotFoundError: No module named '

Ads