What is the opener property?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the opener property?
Rating:
The opener property is a property of the window object. The purpose of the opener property is to provide scripts in a new window with valid references back to the original window. For example, the original window may contain some general-purpose methods, which may also be useful for the new window. The new window can access these methods through the opener property.
The syntax is as follows:
Rating:
Was this information helpful?
Other articles
- What is JavaScript?
- What is the port property?
- What is the bgColor property?
- What is the operator precedence?
- What is a request object?