[Javascript] mailto in submit

Felix bruno.lanciau at cnes.fr
Fri Mar 8 07:25:01 CST 2002


Thank you Manuel,

But if I do the same directly from the submit button it works fine.
The problem happens when I call the submit from a javascript function.

Is it different?

Saludos
Felix

----- Original Message -----
From: "Manuel Socarras Reyes" <msocarras at terra.es>
To: <javascript at latech.edu>
Sent: Friday, March 08, 2002 2:09 PM
Subject: Re: [Javascript] mailto in submit


>
>         Security
>
> Submitting a form to a mailto: or news: URL requires the
> UniversalSendMail privilege. For information on security, see the
> Client-Side JavaScript Guide
> <http://developer.netscape.com/docs/manuals/js/client/jsguide/index.htm>
> (http://developer.netscape.com/docs/manuals/js/client/jsguide/index.htm)
>
> --
> Saludos,
>
> Manuel Socarrás Reyes <msocarras at terra.es>
> Barcelona. Spain
>
>
> Felix wrote:
>
> > here is my code
> >
> >
> >
> > <HTML>
> >
> > ...
> >
> > <SCRIPT language=javascript>
> >
> > ...
> >
> >    document.FormulaireMail.submit();
> >
> > ...
> >
> > </SCRIPT>
> >
> > ...
> >
> > <BODY>
> >
> > <FORM ACTION="MAILTO:didier.mourgues at cnes.fr?subject=MAIL
> > <mailto:ACTION=%22MAILTO:didier.mourgues at cnes.fr?subject=MAIL> "
> > METHOD="POST" name="FormulaireMail" ENCTYPE="text/plain">
> >
> > ...
> >
> > </FORM>
> >
> > ...
> >
> > </BODY>
> >
> > </HTML>
> >
> >
> >
> > Can somebody tell me why it works with MSIE but make nothing with
> > Netscape?
> >
> >
> >
> > Thank you
> >
> > Felix
> >
>
>
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list