RE: javascript and perl/cgi

2001-06-06 Thread Ksenia Sirotinskaia
If you want the content of the form submitted so that cgi can do something with it, but nothing in the browser to change (the page doesn't get reloaded do the following: onSubmit="return false;" - it processes the action when either you click a button that has or whenever you call this (window.

Re: javascript and perl/cgi

2001-06-06 Thread thabenksta
Im kind of confused on what your trying to do, but I think what you want to do is: You can also use javascript to submit a form by using document.formname.submit(); Hope that helps. On Wed, 6 Jun 2001, David Gilden wrote: > Hi, > > In the following: > > > Name: > Email:   > > Type your c