Tagged Questions
2
votes
1answer
29 views
Quick way to store a URL in the browser's history
Is there a quicker way to store a URL (or actually a set of URLs, hence my question) in the browser's history, than making an element such as an iframe load a webpage using the src attribute?
0
votes
0answers
19 views
Javascript (Jquery) - prevent web page expired after history.back() [duplicate]
I know that this issue is very common.
The page1 send POST data and then redirect to the page2. If there is the button in the page2 with javascript code history.back() or you click on back button in ...
0
votes
1answer
16 views
omit certain pages from history cookie
I am using this script to store the user's history to a cookie for the last 10 pages accessed. So far I've got the script displaying the cookie data using the document.title, and url in a list.
My ...
0
votes
0answers
26 views
JavaScript adding unexpected window.history entries
When I load a certain page on my site in a new tab, I noticed the back button was enabled. This shouldn't be the case considering it's the first page of a new tab. In fact when I click & hold on ...
2
votes
1answer
45 views
HTML4 and HTML5 - How can I tell if there is a `Back` state available without navigating?
Is it possible to tell if there is a back state available (i.e. if the back button in the browser is clickable) without navigating?
Id like to be able to do this in HTML4 and HTML5 if possible.
I ...
0
votes
5answers
124 views
Original purpose of <input type=“hidden”>? [closed]
I am curios about the original purpose of the <input type="hidden"> tag.
Nowadays it is often used together with JavaScript to store variables in it which are sent to the server and things like ...
1
vote
1answer
57 views
I'm not sure that my ajax navigation works fine
I tried to make menu with history api. But it seems to me it works not fine, and I got reasons to think so:
1 my "title" not changing
2 if I click to fast on my links I got a blink of a page as it ...
-7
votes
2answers
59 views
How to detect if there is front page in javascript? (solved) [closed]
I have a button that goes forward in the browser history. What I want is that when no page is put forward button with opacity 0.5.
The code is this:
<a href="javascript:history.go(1)" ...
0
votes
1answer
142 views
HTML5 History API: Refresh and Back issues
I'm writing code to create a UX similar to how photos are viewed on Facebook from the timeline...
Viewing the timeline, you click on the photo and it opens in a modal
You refresh and it goes to a ...
1
vote
1answer
37 views
Is `history.go` case-insensitive [closed]
In javascript is the history.go method case-insensitive when it comes to going to a url. As in if the actual url is Login.html and I passed in login.html would it go to Login.html if it was in ...
0
votes
1answer
165 views
Photoswipe / Use Close Button as History Back Button
I am not a good Javascript Programmer and so im coming to this question. I am using Photoswipe for some galleries in a project. Some galleries i dont use the thumbnail preview im opening them ...
2
votes
1answer
192 views
window.location.hash not creating browser history entry
I am running a simple:
window.location.hash = "hash";
to add a hash in the url right after page load. I get, mySite.com/aPage#hash. When I click the back button, I expect the url change back to ...
0
votes
0answers
157 views
HTML5 History popstate not working as expected
I am trying to achieve an effect whereby when a user presses a link in a webkit browser, instead of just loading the complete target page I want to select a specific div from the traget page and load ...
2
votes
1answer
709 views
Dynamic JQuery Mobile Navigation
I am having an issue with jQuery and how to dynamically process urls. What I would like to do is this if I have a page with links and each one has an id to call a function and an id. How can I change ...
0
votes
1answer
751 views
window.history.back() shows “Document Expired” page, any way around that?
Client is asking for the ability for users to go back to a page full of search results after clicking on a result. Right now it's a simple jQuery call:
$('a.detail-back-button').on('click', ...
1
vote
0answers
79 views
Browser History handling different between browsers / JavaScript browser feature detection
I see there is a different handling of history browsing in Chrome and Safari compared to Firefox and IE. When I try to go to a page that protected by an Access Manager, it gets redirected to the ...
2
votes
1answer
396 views
history.pushState - not working?
I want to change html without reload. I do it like:
$('#left_menu_item').click(function(e) {
if (!!(window.history && history.pushState)) {
e.preventDefault();
...
1
vote
2answers
523 views
History object back button with iframes
I'm having problems with history object and iframes in javascript/html5. I wrote a simple project to describe my problem:
http://dktest.evermight.com/
It's a page with an iframe and a next button. ...
0
votes
1answer
61 views
do something if window.history location is from www.example.com
how can we determine if window.history is from a certain URL like www.example.com , and then do something for example :
if ( //window.history includes example.com string ) {
$('.myclassname').hide()
...
0
votes
3answers
171 views
Javascript “Go Back” link which shows the url if there is any
I want to put a "Go Back" link in my website inner pages.
the code which I can simply use is :
<script>document.write('<a href="#" onClick="history.go(-1); ...
0
votes
2answers
65 views
Stop content from refreshing during navigation?
I've seen several sites do this i.e. Facebook's chat window, or Reverbnations music player, I was wondering if anybody can point me to any tutorials on how it can be achieved?
Cheers.
0
votes
0answers
70 views
Is there a way that I can control the Android 'back to previous page' functionality in HTML, using Javascript?
Is there a way that I can control the Android 'back to previous page' functionality in HTML, using Javascript? Or is there any way to simulate the javascript function history.go(-1) in android, for ...
2
votes
1answer
362 views
history.back() clears form values
I have a form where the user entered some information.
After clicking on the submit button, a script check the entries.
If there's something wrong, the user has to go back and fix it.
But when I use ...
0
votes
2answers
115 views
choose mini JS framework for work with hash-routes [closed]
Please, advice me small js framework(for exemple BackboneJS) for work with my hash-route(or maybe html5 history). Just for call my function at current url. Nothing more. Backbone is very large for my ...
1
vote
1answer
117 views
History - can't reload page (clicking the same link)
How to reload the page using History.js (when clicking the same/active page/link again)?
When you navigate to /home in the menu bar, and after the page is done loading you click /home again the page ...
0
votes
1answer
74 views
url change without hash
I want to change url when i open big image in pop up window on a current page with preview images. I don't want use window.location.hash feature because i want to manipulate with new url through PHP ...
0
votes
1answer
289 views
Correct use of History.js and AJAX dynamic loading
I am creating a website where I want to load dynamically the pages through AJAX. I am using History.js but I think that I am not doing it very right.
Basically I have an index.php page and some other ...
0
votes
1answer
97 views
HTML5 History API and leave page (to same domain)
With media players on site we use the History API and XHR to allow navigation through the site without causing page refreshes (i.e. causing the media to stop).
This works nicely until the following ...
1
vote
2answers
510 views
javascript:history.back() and previous page refresh
i have the button on my page <span id="back" class="button" onclick="location.href='javascript:history.back()';" which works fine, but i need it to refresh the previous page. The problem is, ...
0
votes
4answers
959 views
How to Disable Function keys using Javascript?
I'm having a page where i need to disable the Function keys mainly F12(Developertools).
I'm showing some sensitive data in the page so at any case i cannot make the users see the html and take the ...
1
vote
1answer
103 views
html 5 history restores some changes and not others?
I'm new to using the html 5 history object. I tried the following code:
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript">
...
2
votes
1answer
92 views
event.state of history object in html 5 is null
I'm playing with the history object for the first time. I have the following code which I've been testing in chrome:
<!DOCTYPE html>
<html>
<head>
...
0
votes
0answers
84 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
2answers
176 views
Javascript concept using history object
I am interested in making a website that flashes through a visitors entire web history when they visit. I plan on using JavaScript to grab the history on each viewer's computer and animate through it ...
0
votes
2answers
500 views
Browser Back Button issue
Can anyone help me to solve, the browser back button problem?. When user selects any page from browser history list, i want to perform some server side processing. e.g. when you logout from ...
0
votes
4answers
57 views
Use of hashes, and user moving in history
I use some hashes in a script to scroll to differents elements of a page when the client open a page that has a trailing "#something" in its url. The problem is when the user uses the go back and ...
1
vote
3answers
182 views
History Api: How to tell the browser, that the page is loading?
I've been working with the history api while I loading pages asynchronously via javascript/ jquery. I wondering how it's possible to tell the browser, that the site is loading, so that the browser can ...
1
vote
1answer
5k views
SecurityError: The operation is insecure - window.history.pushState()
I'm getting this error in Firefox's Console: SecurityError: The operation is insecure and the guilty is HTML5 feature: window.history.pushState() when you click on any thumbnail. It is supposed to ...
3
votes
2answers
335 views
Building a website without page reload, using new HTML5 history mechanics
I was looking for a way to change browser address location without causing a full page reload, thus I got some useful information, like this:
...
0
votes
1answer
614 views
Remove page from JQuery Mobile history such that 'Back' button bypasses it
I've looked through the jQuery Mobile documentation to no avail, so hopefully someone here has solved what I so far haven't found a way to.
I have a jquery mobile page, served in the usual way (call ...
0
votes
0answers
241 views
Strange Behavior of window.location.hash Containing Dots / Periods
Never seen this or could imagine. My URL looks similar to this:
www.site.com/root/path1/path2/123/some-path-1/page.1.2.html
At some point I update URL with hash so dynamic user interaction would ...
0
votes
0answers
169 views
Javascript framework without need for a hash or hasbang (history API?)
I am currently working on a new application/website. I am using AngularJS to fetch JSON data from the back end, that uses PHP. However, if I want the website's pages to be indexed by Google, I have to ...
0
votes
1answer
247 views
ExtJS: How to call controllers in window.onpopstate?
I want to call my controller when users click backward and forward. But I cannot access my controller in window.onpopstate. I also tried to put my controller into history state data, but it causes an ...
0
votes
1answer
102 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 ...
1
vote
4answers
301 views
Wiping browser history with javascript (or preventing URL from being recorded)
I have a client (domestic violence center) who wants to know if we can prevent their site from showing up in browser history, or wipe the users visit from their browser history when they exit the ...
0
votes
0answers
83 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
149 views
how can I prevent the user leaving the page when hitting the browser back button in Jquery Mobile?
Just wondering.
I have a page in Jquery Mobile which uses a popup that opens as a fullscreen page on smartphone displays:
Desktop/Tablet:
Smartphone:
Problem is, if the user views the page on ...
0
votes
1answer
250 views
History API, refresh and bookmark
pushState doesn't make a request, it just changes the url and stores a new history entry. Thinking about this concept, it's impossible to refresh or bookmark because the ...
-1
votes
1answer
292 views
get browser history by using javascript and print by php
I need to say
$userid ="xx Number";
$pageurl ="http://www.example.com/" . $userid . ".php";
Check browser history >> if user visited this page before $pageurl >> echo "welcome back!"
How i can do ...
-2
votes
2answers
3k views
Can we get browser history by using Javascript?
Can we get browser history for my site with Javascript ?
I can see some of old posts and threads talking about that... but those approaches didn't work for me.
Is it possible or not and how?



