TOC PREV NEXT INDEX

domref



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


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX