How to open a window with no toolbar, but with the location object?
Submitted by: Administratorwindow.open
(
"http://www.globalguideline.com",
"Online Web Tutorials",
"resizable=yes, " +
"status=yes," +
"toolbar=yes," +
"location=yes," +
"menubar=yes," +
"scrollbars=yes," +
"width=800," +
"height=400"
);
Submitted by: Administrator
(
"http://www.globalguideline.com",
"Online Web Tutorials",
"resizable=yes, " +
"status=yes," +
"toolbar=yes," +
"location=yes," +
"menubar=yes," +
"scrollbars=yes," +
"width=800," +
"height=400"
);
Submitted by: Administrator
Read Online JavaScript Job Interview Questions And Answers
Top JavaScript Questions
☺ | How to convert numbers to strings using JavaScript? |
☺ | How to set a HTML document's background color? |
☺ | To write messages to the screen without using "document.write()"? |
☺ | To put a "close window" link on a page? |
☺ | What is a prompt box? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |