address bar hiding

Posted on
Fri Nov 02, 2007 3:11 am
dtich offline
Posts: 798
Joined: Sep 24, 2005

address bar hiding

where and how do i change a stylesheet so that the address bar will be hidden by default?

tia.

Posted on
Sat Nov 03, 2007 2:24 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: address bar hiding

Unfortunately, that isn't something that you can control via CSS or HTML. You have to use JavaScript to hide or set the visibility of it.

Something like this:

Code: Select all
<a href="#" onclick="window.open('url_path_here','','toolbar=no,location=no,status=no').focus(); return false;">My Link</a>

Regards,
Matt

Posted on
Sat Nov 03, 2007 3:19 pm
gregss offline
Posts: 88
Joined: Sep 21, 2006
Location: Atlanta, GA

(No subject)

I launch Indigo from a bookmark stored in my browser's toolbar. My bookmarklet opens up Indigo in a new window sized exactly according to my control page, with no address bar shown:

Code: Select all
javascript:window.open('http://192.168.0.2:8000/controlpage?name=Level%201%20Floorplan','Indigo',
'scrollbars=no,menubar=no,height=680,width=1000,resizable=no,toolbar=no,location=no,status=no,alwaysRaised=yes');


Just put the complete JavaScript in the address portion of the bookmark. It works great in Safari. The window pops up right in front of the current browser window.

-Greg

Posted on
Sat Nov 03, 2007 5:25 pm
dtich offline
Posts: 798
Joined: Sep 24, 2005

(No subject)

that's it guys, thanks! excellent. does the trick, that's all i needed.

Posted on
Fri Nov 23, 2007 8:02 pm
ajturner offline
Posts: 160
Joined: Jul 10, 2005
Location: Washington, DC

(No subject)

What do you think about adding this as a link at the bottom of the Indigo Web page?

Control Indigo from anywhere in the world:
http://highearthorbit.com/software/indigowidget

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 14 guests