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
0
votes
2 answers

URL based Javascript to show all variables in the page

I've seen javascript (and written some too) to show the contents of input tags (useful if the guy before you left a password in an input...), but I want to use JS to show the Javascript variables that exist in the page. The reason I want to do this…
Moshe
  • 57,511
  • 78
  • 272
  • 425
0
votes
1 answer

Client side redirect (from address bar)

In a client side script (JavaScript, HTML etc.) how do I make the page redirect to a link specified in the address bar when a function had been called. Example: Address bar says: Example.com/(code containing redirect link) When a certain function is…
Guy Keogh
  • 549
  • 2
  • 5
  • 15
0
votes
4 answers

Hiding browser address bar without reloading

I would like dynamically (via JavaScript) hide the address bar. I realize this can be done when opening a pop-up, but in this case I don't have the luxury (the file is being opened from local disk and I don't want the address bar to show the…
rougeExciter
  • 7,435
  • 2
  • 21
  • 17
0
votes
1 answer

how to add facebook's friends into iphone's address book

I'm new in iPhone development. I want to add facebook's friends name into iPhone's address book. I can get get facebook's friend list from the facebook using facebook's sdk.framework. Can someone help me to insert this friends name into iPhone…
Sonu
  • 937
  • 1
  • 10
  • 39
0
votes
1 answer

Accessing a cookie's value through the Address Bar

Let's say that a user on my site has a cookie from another site and I know the cookie's name. Basically what I am trying to do is to give users a link to the address bar, and with it a Javascript code which will activate that cookie's value(lets…
user1938653
  • 611
  • 1
  • 9
  • 21
0
votes
2 answers

hiding the browser's address bar

My client requires that the address bar of the browser get hidden as soon he accesses the project . I'm trying to figure out a way to trigger a full screen event on load . But apparently this can't be done since requestfullscreen can only be called…
Genjuro
  • 7,405
  • 7
  • 41
  • 61
0
votes
1 answer

Web App Hide address bar firing too late

Having found how to hide the address bar from a post on SO, I need to execute this script in order to get the viewport height AFTER the address bar is scrolled out of view. But the H and W vaues are returned BEFORE the scroll takes place, although I…
Didier Levy
  • 3,393
  • 9
  • 35
  • 57
0
votes
1 answer

Where does FireFox-10 hide the URL Favicon relationship?

We use CentOS-6, a RedHat EL6 distro rebuild, and this ships with FireFox-10.0.12 ESR. We recently changed the favicon.ico image on several internal servers. Actually we just provided the corporate favicon to those sites that had none. Now, the…
James B. Byrne
  • 1,048
  • 12
  • 27
0
votes
3 answers

Is it possible to use inject $.post() from address bar?

I have a javascript in which I use $.post() command to post variables to a php file, I have the URL of the php file hardcoded in the same .js file. I just want to know if it's possible for someone to inject $.post() command from address bar and…
Praveen
  • 2,400
  • 3
  • 23
  • 30
0
votes
1 answer

Create a Javascript POPUP by using the address bar

I trying to bookmark a popup window link as a popup window rather then just a normal bookmark link something like so: javascript:window.open('http://www.google.com','popupwindow','width=753,height=617') So when you put it in the address bar or as a…
Jeremy John
  • 1,665
  • 3
  • 18
  • 31
0
votes
1 answer

Mobile website hide address bar safari browser with anchor inks

Below is the function for hiding the address bar on a mobile for Safari, but how would build some additional logic that this function ONLY is initiated when there is no # in the URl present. Because when there is a # it needs to move to the anchor…
Marcellino Bommezijn
  • 2,889
  • 1
  • 16
  • 14
0
votes
1 answer

Disable address bar of browser in android

I have disabled the android address bar by using the below line of code. if(isAddressBarEnabled) mLayout.findViewById(R.id.address_bar).setVisibility(View.VISIBLE); else …
sundeep
  • 601
  • 1
  • 8
  • 21
0
votes
2 answers

How to get the current address of Safari's address bar with AppleScript

I want to read the address out of the address bar of a safari window with AppleScript. One can use keystroke-simulating with cmd+l, cmd+c and subsequently read out the clipboard. But this is obviously a very ugly hack.
0
votes
3 answers

Is facebook's content dynamically loaded?

When a link is clicked on facebook, the top header bar doesn't flicker at all. I'm used to seeing this effect on pages where the content is loaded via ajax, but on Chrome, the url is changing, and, so far as I know, that means that a new page was…
mowwwalker
  • 16,634
  • 25
  • 104
  • 157
0
votes
1 answer

URL/ Path in address bar

I have seen my websites only shows path as below when you navigate to different webpage or items in that website while when i created the website i have to create a webpage for everything & it do show the path with file name like .php while other…
1 2 3
13
14