Basic methods for opening a popup window using javascript?



Basic methods for opening a popup window using javascript?..

Answer / Amit Kumar Srivastava

There are several ways to open a popup window in JavaScript. One common method is using the `window.open()` method. Here's an example:n```javascriptnvar win = window.open('http://www.example.com', 'PopupWindowName', 'width=500,height=500');n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Expand BOM and explain it?

1 Answers  


How do you clear an array in javascript?

1 Answers  


what is a dataset

1 Answers   Omax,


Does apple use javascript?

1 Answers  


Name the types of functions.

1 Answers  


Where can I learn javascript?

1 Answers  


What javascript means?

1 Answers  


Explain unescape() and escape() in javascript?

1 Answers  


What is the syntax of ‘self invoking function’? Give an example?

1 Answers  


What does window.print() do in Javascript?

1 Answers  


What are escape characters?

1 Answers  


Does javascript care about whitespace?

1 Answers  


Categories