Содержание

postForm

Fills out a form and sends the specified data to the specified address.

Syntax

postForm = function(aURL, aNames, aValues);

Parameters

Returned value

Notes

Examples

postForm('http://mysite.ru',['field1','field2','fieldN'],['value1','value2','valueN']);