Printing a Database Entry

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

Hello everyone- We have a database running on our Intranet site that is
basically a phone call log. Each entry lists time, date, caller, etc. The
results are displayed 5 at a time. How can I link one single entry to print?
I am looking to print one specific entry by clicking on a PRINT link and not
the entire page. Any help would be great.
 
Browser printing is page based
- so you can't just print a selected part of a page
You could write a separate ASP page w/ just that record called from the DB and create a link to a popup window for that page w/
just that record in it to print

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Hello everyone- We have a database running on our Intranet site that is
| basically a phone call log. Each entry lists time, date, caller, etc. The
| results are displayed 5 at a time. How can I link one single entry to print?
| I am looking to print one specific entry by clicking on a PRINT link and not
| the entire page. Any help would be great.
 
Back
Top