target target gets/sets the target of the action (i.e., the frame to render its output in). Syntax targ = form.target form.target = targ Parameters targ is a string. Example myForm.target = document.frames[1].name; Notes None. Specification target
target gets/sets the target of the action (i.e., the frame to render its output in).
targ = form.target form.target = targ
targ is a string.
myForm.target = document.frames[1].name;
None.
target