HighDots Forums  

Printing many pages in one go

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Printing many pages in one go in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
balex
 
Posts: n/a

Default Printing many pages in one go - 07-16-2004 , 11:02 AM






Hi,

I have an app that has about 8 pages for a given set of data. I'd like to
allow the users to print all this data in one go, i.e. a collection of pages. I
know how to print the content of one page, but not of many "related" pages. Can
someone tell me if that's feasible, and if yes, how.

On a related note, is there also a way to print only a part of a page, for
example the part where the data is, without navigation elements, or even
better, the content of a given table ?

I use DW MX 2004 on Windows XP, ASP, Javascript, IIS and an Access database.

Thanks for help.
Balex


Reply With Quote
  #2  
Old   
darrel
 
Posts: n/a

Default Re: Printing many pages in one go - 07-16-2004 , 11:18 AM






Quote:
if that's feasible, and if yes, how.
I'm pretty sure you can't.

Quote:
On a related note, is there also a way to print only a part of a page,
for
example the part where the data is, without navigation elements, or even
better, the content of a given table ?
Yep...use Print style sheets for that. Look up "print CSS" in google.

-Darrel




Reply With Quote
  #3  
Old   
Jeff North
 
Posts: n/a

Default Re: Printing many pages in one go - 07-16-2004 , 08:43 PM



On Fri, 16 Jul 2004 15:02:20 +0000 (UTC), in macromedia.dreamweaver
"balex" <webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
| Hi,
|
| I have an app that has about 8 pages for a given set of data. I'd like to
| allow the users to print all this data in one go, i.e. a collection of pages. I
| know how to print the content of one page, but not of many "related" pages. Can
| someone tell me if that's feasible, and if yes, how.
<link rel=alternate media=print href="printversion.asp">

The above should redirect your browser to the specified file for
printing.

Quote:
| On a related note, is there also a way to print only a part of a page, for
| example the part where the data is, without navigation elements, or even
| better, the content of a given table ?
You can use CSS for this:
@media screen {
..noPrint { display:;
background: black;
font-size: 20px;
color: aqua;
border: 2px solid aqua;
margin: 10px 10px;
padding: 10px 10px;
}
}
@media print {
..noPrint { display: none; }
}



Quote:
| I use DW MX 2004 on Windows XP, ASP, Javascript, IIS and an Access database.
|
| Thanks for help.
| Balex


Reply With Quote
  #4  
Old   
snortch
 
Posts: n/a

Default Re: Printing many pages in one go - 08-24-2004 , 06:38 PM



I am actually interested in doing the same thing you are asking about. I have
a large website and I would like to print every page of the site. Is there a
utilitiy that wil allow me to do this?

As for you question about printing portions of a page... Select the parts you
want to print then go to file print and click the selection radio button to
print only the portions you have selected.

Any input on the question of printing an entire website would be greatly
appreciated


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.