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.comsatachi.listbot.com


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=listsbody=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=listsbody=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=listsbody=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=listsbody=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=listsbody=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=listsbody=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=listsbody=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
 mailto:[EMAIL PROTECTED][EMAIL PROTECTED]
 or visit http://www.satachi.listbot.comsatachi.listbot.com

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