Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

printing

Status
Not open for further replies.

bboult10

MIS
Joined
Nov 9, 2001
Messages
6
Location
CH
Hi,

The best way I can describe my scenario is to compare it to hotmail.

I have a web page that shows a list (like the inbox in hotmail). Each record in the first column of this list is dynamically linked to further detail on a new page (link viewing the email).

What would like to do is add a print function that would print the list and all the individual pages that are dynamically linked to the list.

Is this possible?

I would very much appreciate some suggestions

Thanks
 
Not sure how you are handling your "lists",but i will take a seing at it.

You could create a page that accepts in the first 'node' of the list and do a cfinclude on it then continue to step(loop) through the list of linked pages and cfinclude each of those. then print the whole page off.

Not sure if this will work for you or if it is what you are looking for, but i hope it helps some. Randall2nd
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top