Re: Submit button to print form and then submit

2004-03-18 Thread Andrew Gaffney
Ash Singh wrote: Thanks, unfortunately its going to be javascript (yak):

/*
This script is written by Eric ([EMAIL PROTECTED])
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

<

RE: Submit button to print form and then submit

2004-03-18 Thread Ash Singh
vs. a 2 for a prompting dialog box WebBrowser1.outerHTML = ""; } } -Original Message- From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] Sent: 18 March 2004 04:17 PM To: Ash Singh; '[EMAIL PROTECTED]' Subject: Re: Submit button to print form and then submit > > H

Re: Submit button to print form and then submit

2004-03-18 Thread Wiggins d Anconia
> > Hi, > > I am designing a form using cgi and when the user clicks the submit button, > the form must print to the users local printer and then submit. > > Thanking you in advance > > You are talking client side, and most likely are going to need something like Java, Flash, ActiveX, etc.