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?

Re: MACRO POSSIBLE? by Jens

Jens
Sat Aug 14 21:57:48 CDT 2004

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:anonymous@discussions.microsoft.com]
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?


Re: MACRO POSSIBLE? by Sandra

Sandra
Wed Aug 18 18:56:13 CDT 2004

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:anonymous@discussions.microsoft.com]
>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?
>
>.
>

Re: MACRO POSSIBLE? by Stefan

Stefan
Fri Aug 27 04:54:11 CDT 2004

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

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"Sandra" <anonymous@discussions.microsoft.com> wrote in message news:189601c4857e$f14263d0$a301280a@phx.gbl...
| 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:anonymous@discussions.microsoft.com]
| >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?
| >
| >.
| >