[thelist] Javascript Printing

Ron_Senykoff at BEAEROSPACE.COM Ron_Senykoff at BEAEROSPACE.COM
Thu Apr 12 09:43:22 CDT 2001


<snip>All I can manage to get it to print is what is actually visible.  Does
anyone know how to make it print all that is in the textarea?</snip>

What about having a new plain text-only agreement page pop up, with <body
      onload="printFunction()"> in it.  Put the below function in the <head>

<script language="JavaScript">

<!-- hide

function printFunction()

{

      self.print();

      window.close();

}

// end hide -->

</script>



-Ron






More information about the thelist mailing list