Discussion :: Javascript - CS
- Which is the property of a Window object that holids the name of the frame?
Answer : Option A
Explanation :
The name property of a Window object holds the name of the frame, if it has one. This property is writable, and scripts can set it as desired.
Be The First To Comment