Vidyalelo
JavaScript · Q38

Document Object Model And Event Handling

Programming · JavaScript · question 38

Q38

Which is the property of a Window object that holids the name of the frame?

A.
name
Answer
B.
title
C.
description
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
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.