This javascript calls a print command on a pc:
<script language="JavaScript1.2" cyberversion="N1.2"><!--
function printWin()
{
if (self.print)
self.print();
}
// -->
This does not work on a mac. I'm guessing because of the printWin() function. What would I use for this to work on a mac and a pc?
Any Ideas?
carlsatterwhite@orlandomediasolutions.com
<script language="JavaScript1.2" cyberversion="N1.2"><!--
function printWin()
{
if (self.print)
self.print();
}
// -->
This does not work on a mac. I'm guessing because of the printWin() function. What would I use for this to work on a mac and a pc?
Any Ideas?
carlsatterwhite@orlandomediasolutions.com