I can't remember who I talked with before, but I got assistance on
launching a new window with my data and prompting the user whether they
wanted to print the screen. What I am using works, but it double prompts
me for printing and I am not sure why. Here is my code.

<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
        var doit = confirm("Send summary data to a new screen to print?")
        if (doit) {
                print()
        } else {
                self.close()
    }
//-->
</SCRIPT>

Any ideas? Thanks in advance.
------------------------------------------------------------------------------
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.

Reply via email to