Print This Page Script

I am seeking a script which will work on both a Mac and a PC for users of a web site to be able to “print this page”. All that I have tried, work fine on a PC but none have worked on a Mac.

TIA
Jeff

You are looking for something more along the lines of a Javascript.

window.print() works fine on Window’s but unfortunately is not
supported on the Mac, to my knowledge.

You could try emailing Microsoft or searching over at www.Mactopia.com

Or try this as a workaround:

And you can’t embed an Applescript in a web page. You can provide a link
to an applescript running on a web server as a CGI but that really won’t help
your Mac users print.

Sorry I didn’t have more to offer,

Thanks for your time Mytzlscript. I appreciate it very much.