Search the web
Sign In
New User? Sign Up
jsosa · JavaScript OSA-Talk
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Javascript Print   Message List  
Reply | Forward Message #371 of 529 |
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@...





Mon Oct 21, 2002 7:24 pm

numexicouple
Offline Offline
Send Email Send Email

Forward
Message #371 of 529 |
Expand Messages Author Sort by Date

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: ...
Fluffy and Taquito
numexicouple
Offline Send Email
Oct 21, 2002
7:24 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help