Log in

View Full Version : Setting up a Print Form



Diversions
12-15-2008, 07:10 PM
I am in the process of redesigning a site in php rather than Front Page. One of the pages in the site is a "blank guide form" that is offered to clients to print and to use as a working copy for fairly detailed information before they actually place an order. Presently, the form is in html without any page adornments and requires the client to click the browser print button to print it off. What I would like to do is have the "guide" pop up in a very plain window and have a "Print Now" button embedded to get the job done. I am getting better at understanding php but still have a way to go so if anyone could point me in the right direction, it would be greatly appreciated.

Many thanks
D

Medyman
12-15-2008, 07:46 PM
What is the "guide"? Is this something that you already have on your page? Do you mean a modal window type script?

It takes simple JavaScript to code the print button (see this (http://www.dynamicdrive.com/dynamicindex9/other1.htm)).

PHP doesn't really come into play here.