Connecting Tech Pros Worldwide Forums | Help | Site Map

How to change window.arguments

Michael
Guest
 
Posts: n/a
#1: Jul 17 '06
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



RobG
Guest
 
Posts: n/a
#2: Jul 18 '06

re: How to change window.arguments


Michael wrote:
Quote:
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.


--
Rob

Closed Thread


Similar JavaScript / Ajax / DHTML bytes