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
3 answers

Javascript to Get Address Bar Value

Does anyone know how to (or if it is possible) to get the address bar value after a user tries to navigate to another page from my site? To be clear, I'm not looking for the value stored in window.location (since this is the page that the user will…
cweston
  • 11,297
  • 19
  • 82
  • 107
0
votes
3 answers

Get address bar without parameters

Help me please get the value of the address bar of browser without the parameters passed. Without the use of regular expressions and string functions. You can do this? (I use php on apache). enter…
Kalinin
  • 2,489
  • 8
  • 37
  • 49
0
votes
0 answers

C# - How can understand that I selected the address bar of chrome?

How can I see programmaticaly in C# that I select with the mouse the address bar of chrome? When I click the address bar of chrome I want to show up a virtual keyboard. I found how to get the url but I think i am looking for a mouse event
0
votes
0 answers

Run JavaScript from address bar in a different IFrame

Can I specify the IFrame in which the JavaScript code that I type in the address bar will run? Or is there any way at all to access an element that is not in the top frame from JavaScript code that I type in the address bar? Since I am the local…
sashoalm
  • 75,001
  • 122
  • 434
  • 781
0
votes
1 answer

To detect the paste event in addressbar in gwt

How to detect that pasting event is fired in the address bar through GWT? When we paste the thing from textbox to the addressbar then how to detect that pasting event in gwt.
user
  • 1
  • 4
0
votes
1 answer

Show search feature of our website in address bar while entering name of site

If on address bar, you type stackoverflow.com the browser (atleast google chrome does) displays the following message Press Tab to search Stack Overflow How can I manage to do that in my site? Any help is much appreciated...
0
votes
1 answer

Hide url holder iframe link in adress bar?

1. Main function Ok. First and main function is this: function url( $atts, $content = null ) { return ''.$content.''; } add_shortcode("url", "url"); And I use: …
user3238424
  • 175
  • 3
  • 12
0
votes
1 answer

Creating an Address bar that doubles as a Google Search bar like in Chrome. VB

I am trying to create a browser in Visual Studio 2013 using windows forms and the browser needs to have an Address bar that doubles as a Google Search bar like in Chrome. Here is my code for the Address bar, but I do not know what to put in after…
0
votes
2 answers

Addressing Codeigniter before and after login

i need to make a login system for my school job, and i want my url on address bar before login and after still the same. Just like facebook, there is url : facebook.com if we're not logged in, and there will be stil facebook.com if we're logged in.
0
votes
1 answer

Ajax div can't access address bar variable

Can someone please advise me on how my Ajax div can get an address bar variable. The usual way just doesn't work. My address bar currently looks like this: http://localhost/social3/browse/?locationName=Cambridge Obviously, the word I'm trying to…
Elaine Adams
  • 179
  • 10
0
votes
1 answer

Making Edittext an address and search bar in one Android Eclipse

I am trying to make an edittext into both a search bar and address bar. Also I am not sure how to allow the user hit enter on their keyboard to initiate the search instead of manually touching the go button.
0
votes
1 answer

redirecting a webpage from site A to site B without changing url

I would like to redirect the user when he/she clicks on a link () to b.com when the user is in a.com without displaying the change in the browser's address bar. How would I do this? Please help. Thanks.
Technocrat
  • 211
  • 2
  • 4
  • 11
0
votes
2 answers

Browsing without address bar, buttons, and other stuff

After searching this site, I found a similar question which is almost identical to mine (https://superuser.com/questions/459775/how-can-i-launch-a-browser-with-no-window-frame-or-tabs-address-bar), except that I need a bit more. I also want to…
Mindaugas Li
  • 1,071
  • 5
  • 15
  • 37
0
votes
1 answer

executing code in address bar

i saw in a few places that you can execute code using the address bar, so to test it out i typed in javascript:alert("hello"); and i pressed [ENTER] yet nothing happens. i have even tried code someone else wrote from…
Math chiller
  • 4,123
  • 6
  • 28
  • 44
0
votes
3 answers

Change a url using .htaccess

I want to change my URL totally, for example I have a URL like this: www.myurl.org I require: www.change.com Whenever anyone open: www.myurl.org Then open my site and change URL in URL bar, How can I do that? Edit: I do not want the user to be…
Axeem
  • 670
  • 4
  • 16
  • 26