Tagged Questions
The addressbar tag has no wiki summary.
16
votes
7answers
11k views
Changing browser's address bar without refreshing
I'm developing a web app. In it I have a section called categories that every time a user clicked one of the categories an update panel loads appropriate content.
I want to after user clicked the ...
8
votes
2answers
555 views
How to get text from Address Bar in Firefox extension
I am building a Firefox Extension. I am using XUL and Javascript to do this. I need to get the text from my Firefox browser's address bar.
Please don't get confused with URL where the browser has ...
6
votes
4answers
130 views
How can I prevent a form from being submitted more than once within 5 minutes?
Edit:
I use PHP, so how can I prevent this? Like how could I make it to where a message can only be sent every 5 minutes or so and if they submit more than one within 5 minutes it will display an ...
5
votes
3answers
2k views
Load remote JavaScript files via the address bar
Is it possible to load remote JavaScript files from the address bar?
I have been trying to put this into the address bar:
javascript:src='http://depot.com/file.js';funcname();
I'm not using this ...
3
votes
3answers
12k views
Open new popup window without address bars in firefox & IE
hope someone can help. just cannot get a new window to open in Firefox without address bars. IE works fine with below code
window.open('/pageaddress.html', 'winname',
...
2
votes
2answers
189 views
How to change the addressbar? [closed]
I need to change the URL using Javascript, is that possible? If so, how can I do it?
1
vote
0answers
248 views
Anchor tag from iframe to parent cross-domain/cross-browser
I'm not sure if this is even possible, but can a link that lives inside of an iFrame(on another domain) be used to access an anchor on its parent page?
For example:
Parent url: ...
1
vote
2answers
9k views
How to hide address bar in Firefox using javascript window.open
I want to disable the address bar in Firefox using javascript window.open. Also the script should work in IE, Safari and chrome. Any suggestions.
1
vote
1answer
66 views
What are the behaviors of typical web browser address bars?
I need a list of web browser address bar behaviors, as part of a research experiment.
For example:
1) The most basic behavior is to type a full web address, e.g. http://www.abc.com and press ENTER to ...
1
vote
1answer
592 views
Hide browser address bar on BlackBerry OS6
I'm currently developing HTML 5 mobile web apps. If you add such an app to your homescreen on an iPhone, it pretty much looks like a native app since I am able to hide the mobile safari's address bar. ...
1
vote
0answers
1k views
Can a child iframe onload event trigger a url updation (window.location.hash ) on the parent window(browser) and still keep back button functionality on browsers.
The question is on iframes/bookmarkablity and back button functionality.
This issue I am facing is how to create iframes with bookmarkable url's without loosing the back button functionality.Lets ...
0
votes
1answer
227 views
HTML5 Boilerplate Mobile not hiding 'Address Bar' mobile safari
I'm using thee latest awesome HTML boiler plate - HTML 5 BOILERPLATE
Now if you open this link in mobile safari on iphone - HTML 5 BOILERPLATE - once the page has fully loaded, the address bar slides ...
0
votes
1answer
246 views
why doesn't the favicon file show in the address bar of google chrome?
I have put favicon.ico file in the root directory.The favicon file is shown in the address bar and title bar of firefox and IE but is shown only in the title bar of google chrome. Why is that ?
0
votes
0answers
28 views
Redirecting with mod_rewrite AND keeping the request url untouched
Spent some time researching similar questions here but still haven't found suitable answer.
I have a site and I use ajax to upload content on it. With history.pushState I create pretty url's(like ...
0
votes
0answers
116 views
Replicate the SMS UI in iOS app [closed]
I'll do an iOS application that must send messages through an internet service to numbers present in the address book. A sort of SMS application but based on an internet service. The UI must be ...
0
votes
0answers
121 views
Change address bar contents on changing iFrame contents, without refreshing the whole page.
I'm building a site with a persistent header and an iFrame filling the rest of the page contents. I use buttons in the header using this code:
<button ...
0
votes
6answers
96 views
Is there any easy way to change the address bar background?
I would like to change the address bar background in either Firefox or Internet Explorer to indicate weather I am running the test application or the live. Is there any easy way to do it using HTML, ...
0
votes
1answer
41 views
How to make adresses in my site like “sitename.domen/home”, “sitename.domen/about”? Not home.php [closed]
Possible Duplicate:
How to get to php pages without using .php in URL
Usual it looks like home.php and about.php. I need make folders "home", "about", etc. and put into files index.php?
My ...
0
votes
1answer
855 views
JSF login forward address bar / url — redirect does not solve problem
Okay we have a single - sign - on and the user will likely enter www.blabla.com/AppName/ to reach our site. We then define a welcome site, use a phaselistener to check:
is user trying to access the ...
0
votes
3answers
254 views
How to write (number of notifications) in the address bar when a notification is found
Hey guys, does any of you know how most of the websites today show the number of notifications in the address bar when a new notification is found? Like if you have a notification on facebook you get ...
0
votes
3answers
2k views
Hiding Address bar in popup window
net application, in which i am using some popup windows to open some pages. For this, i am using a method like this
private void OpenWindow(string Url, string height, string Width)
{
try
{
...
0
votes
2answers
435 views
ASP.NET MVC Update Address Bar With Ajax Link
I'm trying to create an ajax-driven gallery where each photo in a sequence is loaded with an Ajax.Actionlink.
The user can get to any given photo by passing a parameter to the action method, eg: ...
0
votes
2answers
310 views
How to delete IE addressbar history on Vista/Win7?
First, here is a picture of what I see
http://img713.imageshack.us/img713/4797/iedrop.png
I need an solution to clear addressbar dropdawn, but not using ClearMyTracksByProcess or IE dialogs. I need ...
0
votes
1answer
305 views
How to open a browser window in Java without the addressbar
Is there any way to open a new window in Java without the addressbar?
I'm looking for a Java API similiar to the JavaScript window.open() where you can specify the new window "features".
I know I can ...
0
votes
3answers
290 views
javascript in an address bar
I have a small problem. When im executing a javascript in an address bar and the function that i'm calling there returns a value. The page moves to a new page. To prevent this, i use a void(0) at the ...
0
votes
1answer
79 views
What does IUrlHistoryStg::BindToObject Method do?
I'm looking for a way to access the address bar search so that i can append some personnal url at the end of the current list, and i found 'IUrlHistoryStg::BindToObject' but there is no documention ...
0
votes
1answer
153 views
IE Address bar search. I need to grab what the user types to offer him added results
Is there a way to grab (in real time, like a onKeyPressed, return what is pressed) what the user types in the address bar.
Currently in IE, it offers you a matching list from history depending of what ...
0
votes
1answer
104 views
IE Address bar search. I need to add a list of other results at the end of current result list
Currently, if you type in the address bar in IE, you see a dropdown list of url search results depending on what you type.
I'd like any hint, anything, about how to access the address bar object ...
0
votes
4answers
364 views
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 ...