URL Property
The URL to which information is posted.
Syntax
public String getURL(); public void setURL(String URL);
Remarks
This property specifies the web page to which to post the form data. It is the same as the value specified by '<FORM ACTION=...>' in HTML forms.
Default Value
""