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? 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