RE: Has someone wrangled a way to get CF to print an HTML document?

2000-03-30 Thread Olive, Christopher M Mr USACHPPM

actually as a point of interest, IE 5.0 RC 2 has the print() method defined
in its javascript compiler.

Chris Olive
DOHRS Website Administrator
[EMAIL PROTECTED]


-Original Message-
From: Russ Michaels [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 29, 2000 5:50 PM
To: [EMAIL PROTECTED]
Subject: RE: Has someone wrangled a way to get CF to print an HTML
document?


Netscape Navigator has a print method, one of the few times that Netscape 
turns out to be better than IE.
window.print()
with IE you have to use ActiveX, although I suspect IE5 probably has a 
built in method.

Russ



  Satachi Internet Development
--
 Tel/Fax: 0870 787 3610
 Mobile: 07050 648684
 http://www.satachi.com
 email: [EMAIL PROTECTED]

--
 To join the Satachi-news mailing list
 send a blank e-mail to
 <mailto:[EMAIL PROTECTED]>[EMAIL PROTECTED]
 or visit <http://www.satachi.listbot.com>satachi.listbot.com


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Has someone wrangled a way to get CF to print an HTML document?

2000-03-30 Thread Stephen M. Aylor

Print it to pdf with Active4 pdf server side tool(s), then you can archive
it on your server, and then send the pdf file as an attachment via cfmail to
efax.com.  Efax now allows for faxing of attachments of most file types...
Ive done word and pdf's.  you need a efax "send" account, but once you have
that you can send a fax via email like [EMAIL PROTECTED]  assuming
that everything to the left of the "@" sign is your client/customers fax
number.

$.10 a page anywhere in the US.  My typical 1 pg simple text fax takes
approx 50+ sec's on our 14.4 traditional fax machine (ymmv) and pac bell in
CA charges me well over $.10 a minute for interstate fax calls.  We call it
a deal... you may think it sucks.

Stephen M. Aylor
Aylor Insurance Agency, Inc.
"Specialized Insurance for IT - We Cover IT"
[EMAIL PROTECTED]
949.581.2333 (v)
949.581.2814 (f)



>
>   Actually, this _is_ what I want to do. Our site gives the customer the
> option of having their
>  count detail faxed to them. I have looked at ?Protofax? with the CF_FAX
tag
> and we will probably
>  end up going with it. But it can't be utilized quite yet. So I was
thinking
> maybe we could just
>  print the page to the networked fax machine.
>
>
>
> Lon Lentz
> Development
> GetLists.Com
> [EMAIL PROTECTED]
>
>
> -Original Message-
> From: Russ Michaels [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 29, 2000 5:50 PM
> To: [EMAIL PROTECTED]
> Subject: RE: Has someone wrangled a way to get CF to print an HTML
> document?
>
>
> The fact your not thinking about is that CF is server side, thus if you
> were able to send a print command, it would print on the server that is
> running CF.
>
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Has someone wrangled a way to get CF to print an HTML document?

2000-03-30 Thread Craig M. Rosenblum

http://search.internet.com/cgi-bin/search.internet.com?method=mainQuery&Quer
ySummaryCB=querysummary&numresults=0&batchhits=25&DB16=JSS&query=print

look here the top two are good examples...

> -Original Message-
> From: John Quarto-vonTivadar [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 29, 2000 2:22 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Has someone wrangled a way to get CF to print an HTML
> document?
>
>
> Subject: RE: Has someone wrangled a way to get CF to print an
> HTML document?
>
>
> > There is some javascript ways of doing that...
>
>
> craig, can you follow up on that with any more details? and links or
> examples?
>
>
> --
> 
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Has someone wrangled a way to get CF to print an HTML document?

2000-03-30 Thread Lon Lentz


  Actually, this _is_ what I want to do. Our site gives the customer the
option of having their
 count detail faxed to them. I have looked at ?Protofax? with the CF_FAX tag
and we will probably
 end up going with it. But it can't be utilized quite yet. So I was thinking
maybe we could just
 print the page to the networked fax machine.



Lon Lentz
Development
GetLists.Com
[EMAIL PROTECTED]


-Original Message-
From: Russ Michaels [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 29, 2000 5:50 PM
To: [EMAIL PROTECTED]
Subject: RE: Has someone wrangled a way to get CF to print an HTML
document?


The fact your not thinking about is that CF is server side, thus if you
were able to send a print command, it would print on the server that is
running CF.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread Russ Michaels

The fact your not thinking about is that CF is server side, thus if you 
were able to send a print command, it would print on the server that is 
running CF.
If you want to print the contents of a CF page, what you are effectively 
printing is the HTML page, thus you need to use Javascript to initiate the 
browsers print command, it's nothing to do with CF.
If by some chance you really do mean that you want to print the CF source 
code, then why can't you do it from CFStudio You couldn't very well 
print source code while it is being executed.

Netscape Navigator has a print method, one of the few times that Netscape 
turns out to be better than IE.
window.print()
with IE you have to use ActiveX, although I suspect IE5 probably has a 
built in method.

Russ



  Satachi Internet Development
--
 Tel/Fax: 0870 787 3610
 Mobile: 07050 648684
 http://www.satachi.com
 email: [EMAIL PROTECTED]

--
 To join the Satachi-news mailing list
 send a blank e-mail to
 [EMAIL PROTECTED]
 or visit satachi.listbot.com

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread Fred Sanders

Craig, your such a tease.


- Original Message -
From: "Craig M. Rosenblum" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 29, 2000 1:49 PM
Subject: RE: Has someone wrangled a way to get CF to print an HTML document?


> There is some javascript ways of doing that...
>
> > -Original Message-
> > From: Steve Aylor [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, March 29, 2000 2:05 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Has someone wrangled a way to get CF to print an HTML
> > document?
> >
> >
> > protofax or you might try active4
> >
> > Steve
> >
> >
> > >
> > > Howdy Y'all,
> > >
> > >Is there a way to get CF to print an HTML document? I'm looking for
a
> > way
> > > to dump
> > >   an html page to a networked fax machine.
> > >
> > >
> > >
> > > Lon Lentz
> > > GetLists.Com
> > > [EMAIL PROTECTED]
> >
> >
> >
> > --
> > 
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> > http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
> _talk or send a message to [EMAIL PROTECTED] with
> 'unsubscribe' in the body.
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread John Quarto-vonTivadar

Subject: RE: Has someone wrangled a way to get CF to print an HTML document?


> There is some javascript ways of doing that...


craig, can you follow up on that with any more details? and links or
examples?


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread Craig M. Rosenblum

There is some javascript ways of doing that...

> -Original Message-
> From: Steve Aylor [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 29, 2000 2:05 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Has someone wrangled a way to get CF to print an HTML
> document?
>
>
> protofax or you might try active4
>
> Steve
>
>
> >
> > Howdy Y'all,
> >
> >Is there a way to get CF to print an HTML document? I'm looking for a
> way
> > to dump
> >   an html page to a networked fax machine.
> >
> >
> >
> > Lon Lentz
> > GetLists.Com
> > [EMAIL PROTECTED]
>
>
>
> --
> 
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf
_talk or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread Steve Aylor

protofax or you might try active4

Steve


>
> Howdy Y'all,
>
>Is there a way to get CF to print an HTML document? I'm looking for a
way
> to dump
>   an html page to a networked fax machine.
>
>
>
> Lon Lentz
> GetLists.Com
> [EMAIL PROTECTED]



--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Has someone wrangled a way to get CF to print an HTML document?

2000-03-29 Thread Lon Lentz


Howdy Y'all,

   Is there a way to get CF to print an HTML document? I'm looking for a way
to dump
  an html page to a networked fax machine.



Lon Lentz
GetLists.Com
[EMAIL PROTECTED]

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.