Tagged Questions

7
votes
6answers
168 views
+100

Back Button Handle A Dynamic Form

I have a form with an array of text fields. The user (through javascript) can add an arbitrary number of text fields to the form. After submitting the form and pressing the back …
0
votes
0answers
224 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 …
0
votes
1answer
82 views

Force Application refresh on back button

I have a web app which pulls in information via ajax after the page loads. When a user leaves the page, then hits the 'back' button in their browser, they see the page as it looked …
7
votes
9answers
2k views

Disabling Back button on the browser

I am writing an application that if the user hits back, it may resend the same information and mess up the flow and integrity of data. How do I disable it for users who are with an …
0
votes
5answers
2k views

How to find whether the user clicks browser back button or Refresh button

I need to find whether the user clicking the browser back button or Refresh button. I need to redirect the page to Error page when he clicks the back or refresh button. How to do …
0
votes
3answers
386 views

How do you clear an HTML form on page reload but not when the user navigates BACK to the page?

I am using the trick where you store some data in a hidden form in order to be able to be able to persist it so that when the user navigates away from the page and then uses the BA …
1
vote
0answers
122 views

Safari and Chrome modifying form data on back button

I getting this weird issue in Safari & Chrome (works in Firefox and IE). I start off with this checkbox list which has the first item 'A' checked, and item 'B' and 'C' unchec …
0
votes
0answers
36 views

Back button and bookmark feature in tab 3

Hi all I am now using tab on jquery ui 1.7.2 , is it support back button or bookmarking?? so i need help about this..................... thanks
0
votes
1answer
147 views

IPhone Dev: setHidesBackButton hides the button but leave it working..!

Hi everyone... I don´t know if it was supposing to happen, but when I set: [self.navigationItem setHidesBackButton:YES animated:NO]; or self.navigationItem.hidesBackButton=YES; …
0
votes
2answers
233 views

Can JavaScript tell the difference between leaving through the back button or a link?

My application has pages with several tabs that simply switch the visible content. However, the page also has links that will add tabs to the page. In addition, the application r …
1
vote
0answers
94 views

How to preserve back button functionality for iFrames?

There are a few posts on iFrames and back buttons, but no conclusive answers. Here's another try. I have two iFrames on my page that load external content. (Yes, I understand th …
1
vote
2answers
708 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 beneat …
0
votes
1answer
239 views

Internet Explorer back button broken when obscenely long drop down lists are loaded

I was working on some ASP.NET 2.0 pages when I noticed that some of the pages' back buttons were unavailable - greyed out. And clicking the drop down menu next to them showed clea …
1
vote
3answers
408 views

Best Way For Back Button To Leave Form Data

I'm creating a web page based on user input from a form. After the user sees the generated page I want to allow them to press the back button and make changes to the form. I woul …
0
votes
1answer
511 views

ASP.NET MVC, jquery ajax, real simple history

I'm working on a mvc application that uses jquery to implement dynamically loading page content using jquery.load and/or jquery.ajax. But when the user uses the back button in thes …

1 2 next
15 30 50 per page