7
votes
2answers
1k views
Is monitoring location.hash a solution for history in XHR apps?
As is well known, in XHR (aka AJAX) web applications no history for your app is build and clicking the refresh button often moves the user out of his/her current activity. I stumbled upon …
3
votes
1answer
1k views
Delete browser history using jQuery
I have an ajax application that is based on jQuery. I enabled browser history using jQuery history plugin. But we find out that the application generated too much history.
Especially, we provide …
1
vote
4answers
190 views
form POST in iframe without affecting history
Is it possible to submit a form inside an iframe without affecting the browser's history?
I've implemented sending a cross domain POST request. It uses Javascript to create and submit a form inside …
1
vote
1answer
30 views
Right way to deal with an IE Back button issue?
Hi folks,
I have a page in an eCom process that works like this: if you want an extra membership card click here.
You get the same page and a PHP $_SESSION var is set to recognize your choice, the …
1
vote
3answers
101 views
Stop page from appearing in browser history
I have a simple flow
A.html -> B.html -> C.html
Now, B either 302's to C, or shows a progressbar, and then after some ajax call is done goes to C. When the user is on C, and they hit "Back" I …
1
vote
2answers
712 views
Can I update window.location.hash without having the web page scroll?
Using JavaScript, is there a way to update window.location.hash without scrolling the web page?
I have clickable title elements that toggle the visibility of a div directly beneath them. I want the …
1
vote
6answers
892 views
Browser history for Flash (or AJAX)
What is the best tool / practice to enable browser history for Flash (or AJAX) websites?
I guess the established practice is to set and read a hash-addition to the URL like
http://example.com/#id=1
…
0
votes
0answers
40 views
Android: Anyone knows how long the web history is retained for?
I was wondering if anyone knows if android clears up the websites visited log from inside its database based on date or number of entries in the database... Any inputs?
0
votes
2answers
79 views
Understand (via javascript) if the current page is reached using browser’s history
As the title: there is a way in wich I can know, client side, if the current page is shown by navigating the browser's history, or following a link, or by a postback?
0
votes
1answer
50 views
How do I preserve dom state in the browser history after dynamic dom manipulation?
Is there a general purpose solution for preserving dom state so that when a user returns to a page by using back/forward, the whole page is in the exact state that they left it?
This post asks and …
0
votes
3answers
238 views
Manipulate the session history with JavaScript
I need to delete the latest browser history entry for this reason, but any other functions exposed by JS that manipulate (add/remove) history entries for the current page/tab, are also welcome.
0
votes
2answers
517 views
IE WebBrowser control: Prevent URLs going into the IE address bar URL history
I have a Windows app that embeds the IE WebBrowser control, and runs a local webserver to serve content it. The URLs I load in are only meaningful within the application, and not valid after the …
0
votes
1answer
608 views
Extjs History class and iframes
Take the sample history example from Extjs framework. It works fine in Safari.
Now add the following lines to the history.html page
<iframe src='http://google.com'></iframe>
Now test …
0
votes
1answer
80 views
Browser history cleared after navigating to a pdf via href
Ok, hopefully I have worded this in a way that you can understand. I'll start off by saying my website has a landing page of http://www.mywebsite.com/PageOne.aspx
On PageOne.aspx, I have a link to …
0
votes
2answers
323 views
Ajax and Browser history using YUI Browser History Class.
I have an Ajax rich application that displays a grid with 100 urls. When u click on any row of the grid it loads the preview of that URL in the grid.
Also on the onload event of the grid I perform …
