[Pas2js] submit??

Michael Van Canneyt michael at freepascal.org
Tue Aug 20 09:43:32 CEST 2019



On Mon, 19 Aug 2019, Pedro Pablo Oviedo Vera wrote:

> Hello ...iit is me again...perhaps it is a stupid question but ....
>
> I Trying traslate from Javascript to Pas2JS this:
>
> document.informacion1,submit()
>


The reset, submit and reportValidity methods of TJSHTMLFormElement were
missing. I added them in trunk.

You can now simply do

  document.informacion1.submit

Michael.


More information about the Pas2js mailing list