What is the target 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 target property?
Rating:
The target property belongs to the form object. This property is used when the response from a server is to be sent to a particular window or frame. The target property works in the same way as the target attribute of the form tag.
The syntax of using the target property is as follows:
document.formname.target="framename"
Rating:
Was this information helpful?
Other articles
- How to create a cookie?
- What is the window object?
- What is the pop method?
- What is the port property?
- What is the location object?