Tom
Sat Oct 29 07:05:20 CDT 2005
Print This Page, Courtesy of Murray:
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:print_page()">Print this</a>
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
FrontPage Support:
http://www.frontpagemvps.com/
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
"p c" <nospam@nospam.com> wrote in message
news:Dpydncn2EtUlbv_eRVn-qw@comcast.com...
| What's wrong with the Print icon on the toolbar or the Print on the File
| dropdown?
|
| Dean Paulson wrote:
| > I would like the front page page to print when someone clicks on the
print
| > page command button - how do i do that?