I am using a cookie based javascript shopping cart within a web site. After a 'buy' button is clicked on the sales page the data is displayed on the sales checkout page, showing quantity, price, total etc. in a javascript table. I want to be able to then print an order form but without a lot of the graphics and other text. Is there a way to write the shopping cart data into another printable page?