Remove/Hide Div in Javascript Popup
I'm a javascript newbie and I could use some help with the following issue.
Is it possible to create a popup window that, when the user clicks, will remove a div tag(s) from the page which appears in the new window. An example would be like when you click "print this page" on a page and all you get is the text of a page in a new window (with the header, footer, and nav items removed.
I don't even know if javascript is what I should be using for this so any suggestions (using alternatives) are welcome.
Thanks,
Mark
|