I have a web page that shows results from a table based on the city/state
the user chooses from two drop down boxes. I want the user to be able to
print the results to their printer, preferably in a formatted format instead
of printing the whole page using Print Screen or the Print button in their
browser. What's the easiest way to do this? I use FrontPage 2003 and Access
2003, but I don't know JavaScript, PHP, ASP or any other language, so I
would need examples to follow.

Thanks



Jim

Re: Help Printing Database Results by Nicholas

Nicholas
Sat Jun 03 23:53:46 CDT 2006

Dear Jim,

Hoorah for us, the poor coder - the answer is here: CSS! I could
explain it, but the good folks at "A List Apart" do such an excellent
job, why steal their thunder?

http://www.alistapart.com/stories/goingtoprint/

Happy printing, Jim - now, to return the favor, tell us all where to
find cheap printer ink, and how to make paper without killing trees. I,
for one, rely on oxygen when making web sites.

Nicholas Savalas - http://savalas.tv

----------------------------------------------------
Jim wrote:
> I have a web page that shows results from a table based on the city/state
> the user chooses from two drop down boxes. I want the user to be able to
> print the results to their printer, preferably in a formatted format instead
> of printing the whole page using Print Screen or the Print button in their
> browser. What's the easiest way to do this? I use FrontPage 2003 and Access
> 2003, but I don't know JavaScript, PHP, ASP or any other language, so I
> would need examples to follow.
>
> Thanks
>
>
>
> Jim