Connecting Tech Pros Worldwide Help | Site Map

How to change window.arguments

 
LinkBack Thread Tools Search this Thread
  #1  
Old July 17th, 2006, 10:25 PM
Michael
Guest
 
Posts: n/a
Default How to change window.arguments

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



  #2  
Old July 18th, 2006, 02:25 AM
RobG
Guest
 
Posts: n/a
Default 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

 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Popular Articles

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over 220,989 network members.