Questions tagged [address-bar]

Address bar, "location bar" or "Omnibox" refers to the bar in web browsers which is used to navigate between pages using URLs.

The address bar, also known as "location bar" or "Omnibox" refers to the bar in web browsers which is used to navigate between pages using URLs.

The most important use of this bar, supported by all browsers, is navigation by entering a URL.
Many browsers support additional features, such as auto-completion and search plugins.

205 questions
2
votes
1 answer

Chrome extension: how to clear address bar?

How to clear address bar (url) after chrome.tabs.update? I use chrome.tabs.onCreated.addListener(function(taba) { chrome.tabs.update( { "url": "http://site.ru"} ); }); But I need clear address bar in Chrome, after page is loaded.…
minuby
  • 21
  • 3
2
votes
1 answer

How to hide address bar in wp8

I am developing a web app in windows phone 8. And I have pin the web page to my desktop. However, I find no idea how to hide address bar in IE.
2
votes
6 answers

URL parameters with PHP

Are there ways to pass variables in a URL similarly to GET data? For example, with slashes? I currently have a single .php file which reloads a div with different content using javascript to navigate pages, but as you can imagine, the address in the…
bronado
  • 83
  • 1
  • 2
  • 4
2
votes
2 answers

Hide address bar on chrome mobile

I have spent a lot of time reading several approaches about this subject. None of the suggestions seem to work for me though. I would like to make the adress bar of a browser under Android/iPhone etc. disappear to get a native app feeling. At the…
telandor
  • 869
  • 9
  • 28
2
votes
1 answer

how to hide or completely remove address bar of child winodow using window.open()

I want to hide/remove address bar of a child document which is opened using window.open();. JavaScript newwin = window.open('child.html', 'newwin', 'width = 900, height = 750, toolbar = no, scrollbars = no, location = 0, …
siva
  • 31
  • 2
  • 7
2
votes
1 answer

GWT: Hide address bar on mobile devices

I am trying to hide the address bar of my GWT app on mobile devices. From my mobile code I am calling the JSNI function below, but it doesn't work. Any solution you can think of which doesn't involve JQuery? public static native void hideBar() /*-{ …
user411103
2
votes
1 answer

Firefox focus transition failure when focus starts in address bar

When I attempt to set the focus to an input element when the page loads, it fails with Firefox in certain circumstances. Here is the code: :focus { outline: 3px solid #ff0000; }