In a pop-up browser window, how do you refer to the main browser window that opened it?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JavaScript Interview Questions

How to handle exceptions in JavaScript?

0 Answers  


How to update a function in javascript?

0 Answers  


How do I save javascript?

0 Answers  


What are limitations in javascript?

0 Answers  


Are all javascript variables global?

0 Answers  






Write about the errors shown in javascript?

0 Answers  


Is null in javascript?

0 Answers  


Are Attributes and Property the same?

0 Answers  


What is the difference between Local Storage and Session Storage?

0 Answers  


How do you write a comment in javascript?

0 Answers  


What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }

1 Answers  


What applications use javascript?

0 Answers  


Categories