0
votes
1answer
65 views

change button color when clicked and change others back to original

I have a buttonbar with 11 buttons that causes page jumps in a page displayed in an iframe. I want these buttons to change color when clicked, so they indicate which page is being displayed. That´s ...
0
votes
1answer
87 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 ...
0
votes
1answer
351 views

Like button doesn't post to facebook

I know there are a lot of posts on this subjects, i've read all of them, but didn;t resolve my problem. I don't know what happened, it worked fine till a week or two ago. Now, when i click on the ...
1
vote
2answers
81 views

Every page into cookies to faster “go back” process

Is it possible to use cookies, to let users browse faster in a site with a lot of jquery modules? I mean, that every time when someone clicks browsers back button, he goes back to the page which was ...
0
votes
3answers
177 views

Anchor when got back

Maybe someone knows how to do such a function? I need that every time then people goes back in my page they would get exaclty at the place where the link was, not in the top (beginnig) of a page. ...
1
vote
2answers
121 views

jQuery result not showing unless I press the 'back' button

I've got a strange problem in that my function is working as it should (a jQuery sweepstake generator) but it doesn't display output unless I press the back button on the browser. The code is: ...
0
votes
3answers
421 views

Is a “back to previous page” link redundant? [closed]

I am asking this question from the stand point of a web developer. I found out from this site that a "reset" button on a form page is mostly redundant. I would like to know whether it is the same for ...
1
vote
2answers
773 views

Force refresh on back button press with Android

I'm using PhoneGap with Android, and I need my app to force a refresh when the Android back button takes the app back to a certain page. Any idea how I can do this? Thanks!
0
votes
1answer
392 views

How to maintain checkbox disabled state when returning to page using Back?

I'm having difficulty maintaining the disabled state of a check box when going back in the browser. I've create these two sample pages to demonstrate my issue. What do I need to do in order to ...
1
vote
3answers
258 views

Pressing back prefills inputs with value from right before submit

With the following htlm: <html> <body> <form action="#"> <p><input type="text"></input></p> </form> </body> ...
2
votes
2answers
878 views

html cache history back

if i use history.back() for button press then what will happen? html content will be displayed from local history of browser or cache and browser dont request to server? or browser request to ...
2
votes
6answers
2k views

Using the BACK button to revert to the previous state of the page

I am trying a new functionality for my web site. I want to do simple navigation by hiding/showing elements. For example, when a user clicks a "details" button on some product, I want to hide the ...