I'm working with a page filled with a listing of detailed field trip descriptions. I want to make it possible for people to only print out information for any single field trip without printing out the entire page.
I'm thinking that if I contain the content of each trip in a <div> with a singular id it may be possible to capture division contents to a variable which can then be passed to a script that would write it to a new printer friendly window.
The window writing script is no problem. What I can't figure out is how to capture selected content from the parent window.
Thanks in advance for your help,
Chad
I'm thinking that if I contain the content of each trip in a <div> with a singular id it may be possible to capture division contents to a variable which can then be passed to a script that would write it to a new printer friendly window.
The window writing script is no problem. What I can't figure out is how to capture selected content from the parent window.
Thanks in advance for your help,
Chad
Comment