Page 1 of 1

Javascript which shows the page without any panels

Posted: Tue Apr 18, 2006 5:43 am
by uz
Could you post it?

Posted: Tue Apr 18, 2006 4:27 pm
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

Posted: Sat Jun 10, 2006 7:46 am
by uz
panels i mean those icons in Explorer or Mozilla task panels, like Refresh, Home, History etc.

Posted: Sat Jun 10, 2006 7:46 am
by uz
panels i mean those icons in Explorer or Mozilla task panels, like Refresh, Home, History etc.

Posted: Sat Jun 10, 2006 9:51 am
by Lixas
yes, than script posted by mohumben will open a window without any bars and panels

Posted: Sat Jun 10, 2006 10:19 am
by Kaky
Uhh sorry but how do you insert it into an page lets say in dreamweaver?