javascript frames cfhttp
<script language="JavaScript">
<!--
function printAll()
{
for (var i=1;i<frames.length;i++)
if (window.print)
frames[i].print();
}
//-->
</script>
[EMAIL PROTECTED] (Rick Lamb) wrote:
Does anybody know of a way to batch print a bunch of dynamic cf pages?
Basically, is what I want to do is collect some data from the user by a form
and then using that data to fill in the dynamic content, print out a number
of documents. This needs to be done by clicking a button if at all possible.
I have the forms and the templates built. Just don't know how to trigger the
print job for the user.
Thanks,
Rick
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists