On Mon, 12 Aug 2002 19:02:30 -0500, [EMAIL PROTECTED] (Mariusz) wrote: >When I submit any form that points to a certain cgi script a new page gets loaded: >www.domain.com/cgi-bin/myscript.cgi >Is it possible to execute the script and do not have the next page loading?
If you put a form on an html page, and send it off to a script: if the script doesn't return anything, the page won't change. But how would the sender know the script ran sucessfully? > I guess I could use redirect and read what page person came from and redirect >them back, or put some JavaScript into the cgi and onload get the visitor one page >back... but is there a better way? > > >thanks >M -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]