Javascript which shows the page without any panels

Any problem with javascript can be discussed here.
Post Reply
uz
Posts: 140
Joined: Sat Dec 24, 2005 5:32 pm

Javascript which shows the page without any panels

Post by uz »

Could you post it?


mohumben
Posts: 82
Joined: Thu Sep 15, 2005 9:45 pm

Post by mohumben »

I don't know what you mean with panels, but I think this:

Code: Select all

window.open("http://www.example.com/", "WindowName",
        "menubar=no,location=no,resizable=no,scrollbars=no,status=no");
Is what you want

Code: Select all

define('I_LOVE_PHP', true);
uz
Posts: 140
Joined: Sat Dec 24, 2005 5:32 pm

Post by uz »

panels i mean those icons in Explorer or Mozilla task panels, like Refresh, Home, History etc.
uz
Posts: 140
Joined: Sat Dec 24, 2005 5:32 pm

Post by uz »

panels i mean those icons in Explorer or Mozilla task panels, like Refresh, Home, History etc.
Lixas
Posts: 750
Joined: Wed Feb 16, 2005 4:21 pm

Post by Lixas »

yes, than script posted by mohumben will open a window without any bars and panels
Image
Kaky
Posts: 274
Joined: Tue Apr 18, 2006 7:43 pm

Post by Kaky »

Uhh sorry but how do you insert it into an page lets say in dreamweaver?
Image

A funny picture -------> me , myself and i (too much for this world)
Post Reply