Tagged Questions
0
votes
0answers
83 views
Inserting “Home” hash into browser history
I would like to achieve the following:
If a user opens a link to some sub-page in my website, like index.html#Contact, I would like to add the index.html# token onto the history stack before the ...
0
votes
1answer
99 views
davis.js with full address links
i am trying to use davis.js history plugin but i have problem (using codeigniter, but that isn't important).
var app = Davis(function () {
this.get('http://localhost/folder/controller/:id', function ...
0
votes
0answers
80 views
Disable history for flex application
I'm using BrowserManager in my application to change URL several times. But I don't want to navigate through application states when pressing "back" or "forward". I want to go to previous page by ...
0
votes
2answers
211 views
How to determine browser forward or backward in ajax app
I have an ajax application that uses hashbanging for navigation and I keep track of the navigation stack in my application. Is there any good way of determine if the user presses the back button in ...
0
votes
3answers
236 views
history plugin for complex javascript manipulated page
I've made page where are a lot of different links and buttons all manipulated through ajax requests. After getting replys from server side I change content of several different divs. So the page URL ...
2
votes
1answer
3k views
How to replace the location hash and only keep the last history entry?
I'm using the jQuery BBQ plug-in to track the users progress through the page. However, I only want to create 1 additional entry in the user's history, not one for every hash change.
I've tried the ...
-2
votes
2answers
202 views
Easiest way to store data in Xml? [closed]
I'm working on my own web browser in C# and I'm a little bit stacked. My problem is, that I don't know how to store data like History, Favorites and Home page in Xml. I am just a beginner and ...
0
votes
0answers
1k views
How to get browsing history in Android [duplicate]
Possible Duplicate:
Android read browser history
I want to get my browsing history in my android phone and get the list of URLS and timestamps. Any idea on how to do this? Any help is ...
2
votes
1answer
2k views
Save history of UIWebView and reload it
I have a view with a subview of UIWebView and the view is obviously managed by a view controller. Say, I browse with this UIWebView for sometime and then navigate to a different view managed by a ...
4
votes
1answer
2k views
HTML5 History Tutorial
Anyone knows of any good tutorial/guide that explains a proper approach for using HTML5 History with Pushstate and Onpopstate event?
0
votes
1answer
347 views
IUrlHistoryStg2::ClearHistory() does not work from a service?
The IUrlHistoryStg2::ClearHistory() method is documented as Per-User.
http://msdn.microsoft.com/en-us/library/aa767715(VS.85).aspx
When calling it from a service running under the SYSTEM account, I ...
0
votes
0answers
488 views
How can I fix my ASP.NET AJAX issue when I navigate away from the page and back?
I'm developing an ASP.NET 3.5 application which uses AJAX via the UpdatePanel control. I'm also using History Points to manage the browser back-button functionality. This all works fine until I want ...
3
votes
1answer
215 views
How do I determine whether I am going “forward” or “backward” through my History in GWT?
I am looking at History and History JavaDocs in GWT and I notice that there is no way to tell whether the forward or backward button was pressed (either pragmatically or by the user). The "button ...
3
votes
2answers
243 views
Is site first item in history?
How to find out if site is the first item in history?
This doesn't work because of security reasons:
if(window.history.item(0)==window.location.href)
0
votes
1answer
245 views
Preserving Page State in Silverlight (like IProvideCustomContentState)
Is there any way to store a Silverlight page's state in the browser's history as with IProvideCustomContentState (a WPF class)?
-1
votes
3answers
834 views
Copy on delete of browser history
I'd like to know if there is a programming hook or some other feature in windows vista and IE 7 or 8 that would let a computer administrator let the user think they were deleting their web browser ...
1
vote
3answers
1k views
Stop page from appearing in browser history
I have a simple flow:
A.html -> B.html -> C.html
Now, page B either 302's (temporarily redirects giving 302 redirect code) to page C, or it shows a progress bar; then, after an ajax call is ...
