Put a function in your onLoad event
<body onload="PrintPage()">
<script language="JavaScript">
function PrintPage() {
if (confirm("Do you wish to print this page?")) {
window.print();
}
}
</script>
> -----Original Message-----
> From: James Taavon [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 15, 2000 2:53 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Re-visiting Print() function
>
>
> Yes. This works, but the only problem is that the button also appears on
> the printout. I did not want this, that is why I wanted to print via
> confirm message. If this is the only way then so be it.
>
>
> Frank Priest wrote:
> >
> > Here's a sample print button......
> >
> > <SCRIPT LANGUAGE="JavaScript">
> > <!-- Begin
> > if (window.print) {
> > document.write('<form>'
> > + '<input type=button name=print value="Click to Print This Page" '
> > + 'onClick="javascript:window.print()"></form>');
> > }
> > // End -->
> > </script>
> >
> > At 10:09 AM 8/11/2000 -0400, you wrote:
> > >I have found that even with a simple script below causes the user to be
> > >prompted twice with "alert box" for printing with the first doing
> > >nothing. Is there anyway to avoid this problem and just have the user
> > >prompted the one time (granted they will still be prompted by the print
> > >function from the browser which is what I am not trying to avoid). Does
> > >that make sense?
> > >
> > >
> > ><SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
> > ><!--
> > > confirm("Print it?")
> > > window.print()
> > >//-->
> > ></SCRIPT>
> >
> >-----------------------------------------------------------------
> -------------
> > >Archives: http://www.mail-archive.com/[email protected]/
> > >To Unsubscribe visit
> >
> >http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/c
f_talk or
> >send a message to [EMAIL PROTECTED] with 'unsubscribe' in
> >the body.
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/[email protected]/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.