473,498 Members | 1,911 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

window.open special window

Hi NG,

When I open a new window like that:

mywin =
window.open("","mynewwindow","menubar=no,status=no ,toolbar=no");

then the new window has still a status line in the bottom and the
window has on top a fat blueline with the title of the document.
BUT I want a window where there is no grey line in the bottom and no
fat blue line on top. I think I have seen that somewhere, but can't
find a window like that in the moment. Is it possible to create such a
window??

Thanks

Achim

Oct 8 '05 #1
4 1289
hakim wrote on 08 okt 2005 in comp.lang.javascript:
When I open a new window like that:

mywin =
window.open("","mynewwindow","menubar=no,status=no ,toolbar=no");

then the new window has still a status line in the bottom and the
window has on top a fat blueline with the title of the document.
BUT I want a window where there is no grey line in the bottom and no
fat blue line on top.
Not available in IE6 [with SP2?,and normal security settings]
I think I have seen that somewhere, but can't
find a window like that in the moment.
Yes, when you used IE5.5 or <
Is it possible to create such a window??


Try .hta

--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

Oct 8 '05 #2
Hi,

Thanks a lot...

but what does .hta mean???

Achim

Oct 8 '05 #3
hakim wrote on 08 okt 2005 in comp.lang.javascript:
Thanks a lot...
[Please quote what you are replying on,
this is not email but usenet]
but what does .hta mean???


<http://msdn.microsoft.com/workshop/author/hta/overview/htaoverview.asp>

--
Evertjan.
The Netherlands.
(Replace all crosses with dots in my emailaddress)

Oct 8 '05 #4
hakim a écrit :
Hi NG,

When I open a new window like that:

mywin =
window.open("","mynewwindow","menubar=no,status=no ,toolbar=no");

then the new window has still a status line in the bottom and the
window has on top a fat blueline with the title of the document.
BUT I want a window where there is no grey line in the bottom and no
fat blue line on top. I think I have seen that somewhere, but can't
find a window like that in the moment.
Removing status bar, title bar, window resizability, scrollbar(s) if
content overflows requested window dimensions, etc.. is just anti-user
friendly, makes the window much harder to use, not versatile, etc..

Is it possible to create such a window??

Thanks

Achim

Status bar and titlebar are security-related chrome features of all windows.
http://developer.mozilla.org/en/docs..._on_status_bar

http://developer.mozilla.org/en/docs...ing_privileges

You need special and enhanced security privileges to remove these.

Gérard
--
remove blah to email me
Oct 8 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
4405
by: Matt Kruse | last post by:
See: http://www.mattkruse.com/temp/window_closed.html It looks like the .closed property of a window is inaccessible if the window is actually closed. Other browsers have no problem detecting...
1
1765
by: Guy | last post by:
I have 4 images on a page and when someone clicks on one of them I open a secondary window and write a few lines to it describing the image. If they don't close that secondary window however, and...
9
3224
by: Graham | last post by:
What I currently have is a page that opens another browser at 800x600, once that is loaded I would like to close the orginal page down while keeping the page that it has just opened open (To make...
6
6043
by: Chris | last post by:
Can anyone point me to some code that will display messages, in a seperate window, from javascipt. ie effectively a trace window? TIA Chris
8
5617
by: Dominic Tocci | last post by:
I'm searching for a way to use window.open on my web page to open a window in firefox that allows the sidebars to work (bookmarks, history, etc). When I use the following: var...
14
11016
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a...
18
2471
by: Roger Withnell | last post by:
I open a new window from the current window to display maps. Several maps of different sizes can be displayed. The function is given the size of the map and adjusts the window size accordingly....
10
1431
by: A.M | last post by:
Hi, I require to have a button on the weinforms pages such that upon user click on the button, the event handler pops up another browser window to another url and current browser screen remains...
16
6228
by: MLH | last post by:
If I give someone a runtime app, they can open the database window by pressing the F-11 key. How to prevent???
0
7002
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7165
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7203
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
6885
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7379
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5462
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
3081
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
656
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
290
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.