However it fails in Mac/IE5, I believe. As far as I know, this is the best
you can do -
Put this in the head of the document -
<script type="text/javascript">
function print_page(where){
var is_mac=(navigator.platform.indexOf("ac") != -1);
(document.all && is_mac)?
alert("Select \"Print\" from the menu") : where? where.window.print() :
window.print();
}
</script>
Put this in the body of the document -
<a href="javascript

rint_page()">Print this</a>
--
Murray
"Kathleen Anderson [MVP - FrontPage]" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> This script: http://javascript.internet.com/page-...dow-print.html
> will bring up the print dialog box.
>
> --
> ~ Kathleen Anderson
> Microsoft MVP - FrontPage
> Spider Web Woman Designs
> web: http://www.spiderwebwoman.com/resources/
> blog: http://msmvps.com/spiderwebwoman/category/321.aspx
>
>
>
> "Mick" <(E-Mail Removed)> wrote in message
> news:506223D8-B0B3-41F9-A2BE-(E-Mail Removed)...
>> Please can anyone tell me how to add a print button & icon to a Frontpage
>> page so when clicked, the user prints the page he is on, without needing
>> to
>> go to the print button oon the main toolbar.
>> It may seem a very basic question, sorry!
>
>