Function submit

Submits the given parameters to the specified URL using <MaxXmlRequest.simulate> and returns the . Make sure to use encodeURIComponent for the parameter values.

  • Parameters

    • url: string

      URL to get the data from.

    • params: string

      Parameters for the form.

    • doc: XMLDocument

      Document to create the form in.

    • target: string

      Target to send the form result to.

    Returns void