Nuestros voluntarios aún no han traducido este artículo al Español. Únete a nosotros y ayúdanos a traducirlo
The HTMLFormElement.target
property represents the target of the action (i.e., the frame to render its output in).
Syntax
string = form.target form.target = string
Example
myForm.target = document.frames[1].name;