MACRO POSSIBLE?

S

Sandra

I have several pages created in Word and saved as html. I
want the visitor to be able to click on a spot which
causes each file to be loaded and printed. Something
like a macro. Is this possible?
 
J

Jens Peter Karlsen[FP-MVP]

You can do it with a little JavaScript.
Create a link to the page that should be printed and in the page itself,
you add onload="window.print()" to the <body> tag. This will bring up
the print dialog.

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

-----Original Message-----
From: Sandra [mailto:[email protected]]
Posted At: 15. august 2004 02:55
Posted To: microsoft.public.frontpage.programming
Conversation: MACRO POSSIBLE?
Subject: MACRO POSSIBLE?


I have several pages created in Word and saved as html. I want the
visitor to be able to click on a spot which causes each file to be
loaded and printed. Something like a macro. Is this possible?
 
S

Sandra

I want to bring up SEVERAL pages and print, not just
one. Is this possible?

Thanks for replying.
 
S

Stefan B Rusynko

Create a "printable" html page (w/ your several pages combined in it) and a link to Print it
- browser printing is single page html only




| I want to bring up SEVERAL pages and print, not just
| one. Is this possible?
|
| Thanks for replying.
|
|
| >-----Original Message-----
| >You can do it with a little JavaScript.
| >Create a link to the page that should be printed and in
| the page itself,
| >you add onload="window.print()" to the <body> tag. This
| will bring up
| >the print dialog.
| >
| >Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
| >
| >-----Original Message-----
| >From: Sandra
| [mailto:[email protected]]
| >Posted At: 15. august 2004 02:55
| >Posted To: microsoft.public.frontpage.programming
| >Conversation: MACRO POSSIBLE?
| >Subject: MACRO POSSIBLE?
| >
| >
| >I have several pages created in Word and saved as html.
| I want the
| >visitor to be able to click on a spot which causes each
| file to be
| >loaded and printed. Something like a macro. Is this
| possible?
| >
| >.
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top