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.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.

Reply via email to