>         $('[EMAIL PROTECTED]').click(function() {
>          $('#InformUserText').show();
>
>                  return false;
>          });
>
> The text ( see InformUserText) is shown but the action script from the
> form, see MyURL, is not called.
> Can you please help how to say to a user that he should wait and the
> script is running?
> Thank you
> Lad.

Your 'return false' statement is preventing the default browse
behavior, which in this case would be to submit the form.

Reply via email to