see this...

i asking when we connect to data base results will come i want to print those result through print button ,,,,how to write code for that button......
[156 byte] By [god_bless1_you1a] at [2007-11-27 4:09:36]
# 1

onclick="window.print();"

You can use CSS @media property to define styles for media type. For example if you don't want to show the left menu and footer in the print, add this to the main css file:@media print {

div.leftmenu, div.footer {display: none;}

}

BalusCa at 2007-7-12 9:15:03 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...