How to change window.arguments

M

Michael

Hi,

with "window.open" you can define the properties for example "location=no";
But I want to change this property of the aktual (self) window. Is there a
way to do it?

Thank

Michael
 
R

RobG

Michael said:
Hi,

with "window.open" you can define the properties for example "location=no";
But I want to change this property of the aktual (self) window. Is there a
way to do it?

Not using standard settings (if at all). Why do you want to hide the
location bar of my browser?

The location property of the window object can be used to get or set
the URL of the window. When the string 'location=no' is part of the
third argument of the window's open() method, it is used to determine
whether to display the location bar or not (and it might be overridden
by individual browser settings in some browsers).

You can only attempt to control the displayed features of windows that
you open with script, and only through paramters passed to the open()
method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top