Greetings I have an intranet site set up with Dreamweaver. This site consists of groups of links which open documents which are stored on our network. I would like to create a button which, when clicked, would send an entire group of these documents to a printer or open a printer dialogue window because it would not always be the same printer. This would save the user the trouble of clicking on each link in this group and waiting for the document to open and then having to click on the print button. I have already created a button using the following code: INPUT TYPE="button" NAME="myButton" VALUE="Click to Print Entire Packet" onClick="clickFunction"> Now I just need to assign the "Print" action to the button. Any feedback would be greatly appreciated. Stasia from Wisconsin