Browser history refers to the list of web pages a user has visited recently—and associated data such as page title and time of visit—which is recorded by web browser software as standard for a certain period of time.

learn more… | top users | synonyms

2
votes
1answer
20 views

jquery bbq - detect when user clicks back button

I've successfully implemented the jQuery BBQ plugin to build a quick prototype, however I am having one small issue related to my particular setup: One of the pages, "#catalogue", includes a grid of ...
2
votes
2answers
55 views

Use Javascript history.go() to the real “previous” page

Assuming we have a history like this: - Home - Page 1 - Page 2 JS history.go(-1) works well to go to Page 1... but what if our current history is - Home - Page 1 - Page 2 - Page 2 (2nd ...
0
votes
1answer
52 views
+50

Is there a way to tell what direction the state is going with history.js?

Like the title says, I'd like to be able to perform a different onstatechange event if the pushState function is called, instead of the back function. Or, if the go function is negative or positive. ...
0
votes
1answer
24 views

How to use the DOM history object correctly

According to this page on the Mozilla Developer Network, https://developer.mozilla.org/en-US/docs/DOM/Manipulating_the_browser_history, doing window.history.back() .... ... will act exactly like ...
-5
votes
1answer
41 views

I want some help, I am using jquery to load web pages, now i want to record history using javascript, [closed]

I want some help, I am using jquery to load web pages, now i want to record history using javascript, when user click back button than page must be load that is previously calling from jquery
5
votes
6answers
214 views

Preserve dynamically changed HTML on back button

It's amazing, I constantly see this working in other sites but never in sites that I'm working on. I'm bringing in new content with ajax, I know about history.js and the History API, I do not want to ...
0
votes
1answer
24 views

Tracing changes to window.location in JavaScript

I have a webapp which is doing a weird, wrong, unexpected redirection through JavaScript (I checked that by disabling JavaScript in the browser. Redirection doesn't happen). I've also checked all the ...
0
votes
0answers
8 views

Mac OS and system use/history [migrated]

Someone had access to my machine while I was away on vacation and I'd like to know what was installed or copied to my hard drive during a limited 3 day timeframe. Is this system info available? I ...
1
vote
1answer
38 views

History.js vs. window.history for HTML5-only mode

Does History.js offer any substantial advantages over HTML5's window.history nowadays? We're not interested in supporting/falling back to the HTML4 hashbang URLs. History.js doesn't support anchors ...
0
votes
2answers
50 views

Get Ajax Previous Request with Brower Back Button

I’m facing a situation with Ajax request on back button. I created a form which posts values and returns results via ajax request according the given filters and loads on a specific div. When I ...
0
votes
0answers
37 views

History.js Pushstate and non-latin unicode words in URLs

I am trying to push URLs that contain non-latin unicode words in the history stack of my browser. I use: var pathname = window.location.pathname; History.pushState({myid:id},'title',pathname); ...
1
vote
4answers
84 views

onclick=“javascript:history.go(-1)” not working in Chrome

This code works fine in FF, it takes the user back to the previous page, but not in Chrome: <a href="www.mypage.com" onclick="javascript:history.go(-1)"> Link </a> What's the fix?
0
votes
0answers
37 views

Does chrome store history files on android?

On different operating systems, most of browsers store their history in different files. For example in Win7, you can find those files at: \Local\Google\Chrome\User Data\Default. ( is the path to ...
0
votes
3answers
23 views

html retaining user history on a webpage

On a couple of webpages that I have visited, indications of my previous visits are evident, ie links already visited. What html code do I need to implement this function in a page that I am building? ...
1
vote
1answer
30 views

How to use managedQuery in the service Android?

I have this method but it works only in an activity public Cursor getXX() { Cursor mCur = thius.managedQuery(Browser.BOOKMARKS_URI,Browser.HISTORY_PROJECTION, ...
3
votes
4answers
414 views

browser back and forward button does not invoke callback method with statechange event of history.js

so I used (https://github.com/browserstate/history.js) and have a piece of code like this History.Adapter.bind(window, 'statechange', function() { var State = History.getState(); ...
0
votes
1answer
27 views

Form remain the same after submiting using jquery mobile

After Im using jquery mobile to submit a form, but after submition, and going back to form, all fields are not in default value any more. they showing data previously submitted. (if I press f5, form ...
0
votes
1answer
36 views

jQuery Address not working on refresh

I'm using Asual's jQuery Address plugin to deeplink between content without the use of hashes (using the HTML5 History API). Here is my code: $.address.state("/").init(function(e){ $('#nav li ...
0
votes
1answer
52 views

Browser back button with history API

I want to use HTML5 history api and classical links with <a> tag. I start from /page1/ and load resource /recource/ with ajax. Then I push history state with ...
3
votes
1answer
77 views

HTML5 History API: JSON displayed when going “back” to another page, and then “forward” again

I have a page where there are several search / filter button which, when clicked, refresh the contents of a list below through AJAX. In the process, I'm modifying history (through pushstate) so that ...
1
vote
1answer
45 views

Which one should I use? Backbonejs Router.navigate and widnow.location.hash

I began learning Backbonejs recently, by reading a book. and I feel a little bit confuse about this issue.Here is a Router: define(['views/index', 'views/login'], function(indexView, loginView) { ...
0
votes
0answers
48 views

Browsing back with history push state and # links

So I have succesfully applied ajax to my main body container and am able to navigate throughout my website with the footer and header being static and just the body changing. I also fixed the bug ...
0
votes
0answers
115 views

IE web browser control: programmatic deletion of browsing history, session cookies and browser cache

For IE 9 or IE10 I'd like to: Delete browsing history: IE -> Internet Options -> [Delete...] -> [x] History; Clear session cookies: IE -> F12 -> Cache -> Clear session cookies; Clear cookies for ...
0
votes
0answers
22 views

Why is my history entry not showing up in Chrome using BackboneJS?

I'm using Backbone.JS in an application with a few tiers of navigation. If the user comes in using a link to a non-top-level page, I'd like to insert history entries that bring them back up the nav ...
1
vote
0answers
143 views

angular.js without hashbang in non-html5 browsers

Has anyone managed to rid of hashbang urls for angular.js applications running in non-html5 browsers ? I have an application targeting IE8/9, and I would prefer not to have hashbang urls. So, ...
0
votes
0answers
41 views

Include other parameters in permalinks for better management of browser history

In single.php, I have the following items that I manage (create, update, hide) with jquery/ajax: a <select> tag in which I return all website categories. a second <select> tag in which I ...
2
votes
2answers
169 views

Getting browser history with Javascript?

This question has been asked many times but most of those questions are old. I have tried several different techniques: a:visited {} /* read computed style - always returns :link color*/ a:visited ...
1
vote
1answer
83 views

Back-Forward buttons of browser are showing weird behaviour. History.js

I have a <select> tag. On changing the selected item, some <div>s are updated using AJAX via the functions: update_div1, update_div2, update_div3. The code managing this operation is ...
0
votes
0answers
40 views

jquery history delete savedSession/replaceState

I have a "toggleClass" example. When a user clicks the a tag, some ajax stuff will be inserted after this element. When he clicks again, class name changes to plus, the ajax stuff will be deleted. ...
0
votes
1answer
85 views

javascript go back by #url

im testing a method that include simple javascript to switch different contents instead of linking to other pages. However the problem is if i do this, the browser actually renders all "pages" but ...
2
votes
1answer
52 views

Polyfill for location.replace()

In a single page app, I have a requirement where I have to remove the current page from the browser history. My solution to use: location.replace(url) Description form MDN documentation: ...
0
votes
0answers
186 views

window.history.pushState(), browser back button not fired

I am working in .netMVC4. Everything works fine except "giving url for back button". Whenever i press browser's back button, then it goes directly to login page, Now i wanted it to go to Dashboard ...
0
votes
1answer
207 views

Browser back button, redirect to main page

I have this menubar- When i load this page, by default page is redirect to dashboard, Dashboard has no content now. Everything goes fine, until i click on back button of browser, This page is ...
3
votes
1answer
105 views

jQuery Mobile navigate - Why is the state empty?

I'm using $.mobile.navigate("#test-page", {id:123}) to navigate to a secondary page. The navigation from page to page works fine.... but the state is empty! The docs clearly show that the state ...
1
vote
1answer
250 views

How do I actually use history.js on my site

I've read all the posts about history.js on stackoverflow including, this, this and this and at looked the source code but as a newcomer to javascript/jquery I'm having trouble figuring out how to ...
0
votes
0answers
49 views

How do I get the current/previous view name in Ember

I am right a project and I need to be able to access the name of the previous view. So, for instance, if I'm on page 1 and I navigate to page 2, I want to know that I came from page 1. Basically I ...
2
votes
0answers
98 views

Chrome tracks 2 history entries even when submitting a PRG-based form

Chrome tracks TWO history entries - instead of only ONE - when submitting a form that implements "Post + Same Page Redirect + Get" method. The steps that demonstrate this strange behaviour. 1 - I ...
0
votes
0answers
142 views

Scroll position in inner div on page after return (reload or back in history)

I have problem with scrolling in page. I have scrollable page and inner antoher scrollable DIV on page where is long list of links. And if I go to linked page from this list and want go back (normal ...
0
votes
0answers
40 views

browser history vc++ [duplicate]

Am working on vc++ background application on tracking website log. I need to log the url whenever the user access a webpage on runtime. Every browser - Internet Explorer, Chrome, Firefox Does ...
0
votes
0answers
12 views

Page independent state

Is it possible to have page independent state? As in only that instance of a web page will ever hold a unique value that was generate at page load? I want something that would persist if you go to ...
0
votes
0answers
67 views

save browser history using vc++

Am working on VC++ background application that saves the url of browser whenever the user visits a page. With the below code i can able to track the url thats comes from INTERNET EXPLORER but when i ...
2
votes
0answers
56 views

Tracking browser

For an in-house application for some client we need to implement a background service that keeps track of websites visited with the browser and YouTube videos that are watched, and reports the data ...
0
votes
1answer
38 views

What data is stored in a mobiles LocalStorage

I am thinking of using localstorage as a solution for a mobile web application and Im not sure what data is stored in here. In particular is browser history stored in localstorage?
0
votes
1answer
175 views

Delete history files without showing a dialog

I am trying to delete history files from web browser in C# as in the following post: How to clear browsing history using WebBrowser control in C# But I don't want to show any message dialogs while I ...
0
votes
1answer
204 views

need a way to do window.location.href(dynamicHTMLstring)

I know how to write HTML to a new window with window.open() but that causes a new window of course. I'd like my HTML output string to be written to the current window. The effect being just like ...
0
votes
4answers
84 views

Why is my div populated with my whole page?

I'm trying to load a div from another page using ajax but maintain the URL integrity using the History API. The ajax and history part is working (ie. the div is loading and the url is changing) but ...
1
vote
0answers
269 views

jQuery history support that works with 1.9+ version of jQuery [closed]

I need to add hash tags to my URLs for popup AJAX editors. So that they can be bookmarked, and support the history back button. Previously, I've used the jQuery History plugin from here. It doesn't ...
2
votes
2answers
81 views

How can I exclude a page from browser's history?

I want to exclude page-1 from the browser history, so that when I navigate away from it, (let's say to page-2) and then press the back button, it won't show page-1. Or else, if going from 1 -> 2 ...
0
votes
0answers
64 views

Visit duration in Firefox history files

How can I find the visit duration in Firefox? In Google Chrome I had in History -> visits (table) -> visit_duration(collumn). I extracted all I needed using System.Data.SQLite in c#. I can't find ...
3
votes
1answer
473 views

Backbone.history.start() blocks back button from leaving the page

I've run into this on a few apps now, so I wonder if I'm doing something wrong with Backbone history. Here's the situation... I have two pages, let's say: index.html app.html The index page is ...

1 2 3 4 5 10