Содержание

PostForm

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

Syntax

function PostForm(aURL:string; aNames:array of string; aValues:array of string):string;

Parameters

Returned value

Notes

Examples

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