Forum : How to open a window with no toolbar, but with the location object?
Brief description  about Online courses   join in Online courses
View  's Profile

How to open a window with no toolbar, but with the location object?

Hi,

How to open a window with no toolbar, but with the location object?
Asked by | Nov 27, 2009 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi naveen p,

Please go through the code given below:

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"
);
Nov 27, 2009