spewn
Programmer
- May 7, 2001
- 1,034
i have a receipt page and i need to print only a certain section of it...i think i can contain the print part in DIV's, but using the following code i don't know how to initiate the actual 'print' action...i actually just found this, don't really know how it works...
Code:
@media print {
#container {
height: auto;
overflow: visible;
}
}
now as far as saving, how do let them choose where they want the save/download to go to?
any ideas?
- g