0
votes
0answers
11 views

Android WebView insert WebBackForwardList - Any way?

I know it isn't possible to set the WebBackForwardList for a WebView - but I need a alternative to handle that. My problem is: I have a WebView in the first activity and I want to use the same ...
1
vote
0answers
39 views

Back and forward in IFrame from browser

I have an iframe which loads search results. I need people when push back/forward buttons on browser to work on iframe. Right now if you push the buttons it gives some error in iframe ''This webpage ...
0
votes
0answers
27 views

tabbed webbrowser

Hey I've a tabbed webbrowser unfortunetly I've back and forward buttons too. I want to make them enabled = false when there's nothing at back but ı couldn't do this I can only do it on webbrowser1. ...
0
votes
1answer
39 views

Saving all element states for OWN history?

I have a visual editor wich uses normal drag&drop divs in a specific area. Now i want to build or include an own history system, so that the user can click a back button (not the browser-button) ...
0
votes
2answers
361 views

JSF : Show navigation history with back and forward button

I would like to know how to show to my user at the top of the page, a history of his navigation. Like this: home > register > product And how to implement a back and a forward button in JSF. ...
0
votes
0answers
81 views

How to check if the forward button is pushed or not

I want to reload the page if user accesses through forward or back button, so, is there any good way to check forward or back button is pushed, using javascript? Yes, I've started to feel this is not ...
0
votes
1answer
49 views

Using back on ajax pages

I don't use hashes so forget about the hashchange things. (using "/" and then only in some extra menus "#"-s) Can't I just make a function something like: "whenbackbuttonisclicked" function(){ ...
0
votes
1answer
195 views

Back and forward in jquery without a plugin

What I want to do is enable back and forward buttons in a site that works with jQuery. I have a working code right now but I am pretty sure it's too complicated, I need some help in making it easier ...
0
votes
1answer
163 views

Is session maintained when user presses back/forward buttons in browser?

I have a javascript popup that alerts users when their session is about to expire. On the master page > page load - if the user is logged in I do registerClientStartupScript and call ...
0
votes
1answer
367 views

How to access back-forward list of UIWebView

How can we get the no of list items in bad-forward list of UIWebView? What I wanted to do is when back list is empty (ie. when there is no link to go back) navigate to previous controller. So wanted ...
1
vote
3answers
7k views

How to capture browser's back/forward button click event or hash change event in javascript?

I want to alert() when browser's back or forward button is clicked or hash is changed in javascript. I have tried this solution and it is working but it is causing problems on other links in webpage ...
0
votes
3answers
83 views

insert url's to internet explorer back/forward

I'm writing an internet application, and i would like to insert url's into the back/forward stack of the ie, without actually sending the browser to those links. is it possible???
3
votes
3answers
1k views

Keyboard shortcut to navigate Back Forward in Notepad++

In Eclipse, we can use "Alt + Left" to navigate Back, and "Alt + Right" to navigate Forward. Is this facility available in Notepad++? If no, can it be installed using plugins?
0
votes
1answer
286 views

What is the method on an onOptionsItemSelected menu in WebView for “forward” and “back” in Android?

I am trying to get my webView to move back and forward by calling up the menu. Thus far I have the menu working fine and opening, and the refresh button will refresh the browser. However, I cannot ...
3
votes
3answers
518 views

Keep form's data on browser's back or forward

The problem that I have is that some browsers loses data, when a user hits back or forward. Firefox for example, most of the times, loads from cache, so it's OK, but Chrome reinits the form every ...