|
INTERVIEW QUESTIONS
WEB
JAVA SCRIPT
DETAILS
Question: How to open a window with no toolbar, but with the location object?
Answer: window.open ( "http://www.globalguideline.com", "Online Web Tutorials", "resizable=yes, " + "status=yes," + "toolbar=yes," + "location=yes," + "menubar=yes," + "scrollbars=yes," + "width=800," + "height=400" );
|
|
|
Category |
Java Script Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.2) By 8856 users |
Added on |
9/21/2014 |
Views |
68467 |
Rate it! |
|
|
Question:
How to open a window with no toolbar, but with the location object?
Answer:
window.open ( "http://www.globalguideline.com", "Online Web Tutorials", "resizable=yes, " + "status=yes," + "toolbar=yes," + "location=yes," + "menubar=yes," + "scrollbars=yes," + "width=800," + "height=400" ); Source: CoolInterview.com
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
How to create an input box?
|
View Answer
|
|
How to create a confirmation box?
|
View Answer
|
|
How to create a popup warning box?
|
View Answer
|
|
Explain unescape() and escape() in JavaScript?
|
View Answer
|
|
How to have the status line update when the mouse goes over a link (The support of the status line is sporadic)?
|
View Answer
|
|
How to have an element invoke a JavaScript on selection, instead of going to a new URL?
|
View Answer
|
|
How to Add new elements dynamically?
|
View Answer
|
|
To write messages to the screen without using "document.write()"?
|
View Answer
|
|
How to disable an HTML object?
|
View Answer
|
|
How to find radio button selection when a form is submitted?
|
View Answer
|
|
How to find the selected radio button immediately using the 'this' variable?
|
View Answer
|
|
What is === operator?
|
View Answer
|
|
What are undefined and undeclared variables?
|
View Answer
|
|
Does JavaScript have the concept level scope?
|
View Answer
|
|
What is variable typing in JavaScript?
|
View Answer
|
|
What is the difference between undefined value and null value?
|
View Answer
|
|
What does undefined value mean in JavaScript?
|
View Answer
|
|
How to select an element by id and swapping an image?
|
View Answer
|
|
To set all checkboxes to true using JavaScript?
|
View Answer
|
|
You have an ASP. NET web application running on a web-farm that does not use sticky sessions - so the requests for a session are not guaranteed to be served the same machine. Occasionally, the users get error message Validation of view state MAC failed. What could be one reason that is causing this error?
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Java Script Interview Questions & Answers - Exam Mode /
Learning Mode
|