TOC PREV NEXT INDEX

Put your logo here!


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


mozilla DOM project | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX