Hi,
To anyone out there who might have knowledge about making a
Javascript print function work. I've found two pieces of code that
works great in windows:
Example 1:
<form>
<input type="button" value="Print this page"
onClick="window.print()">
</form>
Example 2:
<Script Language="JavaScript">
<!----Begin
function printPg(){
javascript:window.print()
}
// End -->
</script>
<body>
<form>
<input type="button" value="Print this page"
onClick="printPg()">
</form>
Now, my question is, with OSA installed on Mac 9.2, what do I
have to do to make a Mac connection to this code to make it work
cross-platform?
Thanks in advance to anyone with a meaningful solution,
Jean-Raul@...