Form.target (Property)

A target window or frame for the form response to be displayed in.

Availability:

DOM level - 1
JavaScript - 1.0
JScript - 1.0
Internet Explorer - 3.02
Netscape - 2.0
Opera - 3.0
Property/method value type:String primitive
JavaScript syntax:-myForm.target
HTML syntax:<FORM TARGET="...">

This value corresponds to the TARGET="..." tag attribute in the <FORM> tag that represents this form object.

Here are some example target values:

Warnings:

See also:<MAP TARGET="...">, Anchor.target, BASE.target, Location.target, Map.target