back

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 server based on url resides in history of browser?? ...

Android - Simulate Back Button

Hi, When i press a button in my app, I need to return to the last activity. Any ideas??? thx a lot!!!! ...

Why does the page posts take so long?

Hi! I am having some problems with some page post backs that take a loooong time to execute. If I do a "appcmd list requests" I can get something like this: REQUEST "79000001800004e3" (url:POST /dir/file.aspx, time:87219 msec, client:xxx.xxx.xxx.xxx, stage:ExecuteRequestHandler, module:ManagedPipelineHandler) REQUEST "8600000080002f8...

Javascript Back Button - Stop the initial load of back button from working

Hi, I'm using a javascript back button link and forward button link to control the user's history inside a modal/lightbox window. The challenge I have is when the modal window is launched, and the "back" and "forward" buttons are present for the user to click, if the initial javascript back button is clicked when the window opens, it a...

Javascript Back Button - Stop back from closing window

How do I get the "back" button seen in my demo to NOT close the browser window? If this can't be prevented, then at least provide them with a confirmation box alerting them the window is trying to close and ask them if they want to continue. I'm using a javascript back button link and forward button link to control the user's history ...

Safari Back button not honouring PHP logout session

I've got a logout.php page which ends a user's session and works well and does the following: session_start(); session_unset(); session_destroy(); I've just noticed when testing with Safari that when you logout you can click the back button to return to the previous page which requires authentication but are not prompted. You cannot na...

after signup back button problem

hello... i am doing signup form . in this i am doing validations using php. after signup i am redirecting to next page. then i am clicking browser back button then all the form data displaying as it is. so how can i prevent this? ...

Back button is not visible in Navigation Bar in iPhone OS 4.0 in iPhone

Hi, In my application(View based), the back buttons are not visible in navigation bar. If i clicked that button, the actions are working properly. Its very weird to me. Back button is visible and properly working in iPhone OS 3.0 and others.(Except OS 4.0). Now i am currently working in iPhone OS 4.0. Here my code is, UIButton *btn=...

How to get an EditText field prefilled after hitting the back button.

I have a setup view where the user can enter their name and email and click done when they are finished which navigates them to another activity1. When they are in activity1, and they hit the soft back button on the phone, it takes them screen where they entered their name and email. However, the name and email EditText fields are blan...

JavaScript Back Button Failure

So I thought this script was pretty straight forward: <a id="BackButtonlnk" href="#" class="white" onClick="history.go(-1)"></a> When I click it it briefly shows the previous page but just looks like it refreshes and you never end up at the previous page. ...

handling the Web Browser back button

People, I have a web application and im having a few issues with validation when the user clicks the back button. It shows all the validators as failing when the user clicks back Can i disable the back button or is there another solution Thanks Sp ...

How to handle shift+back in a derived datagridview?

Does anyone know how to handle shift+back in a derived datagridview? I can catch shift+enter in processdatagridviewkey and shift in processdialogkey but never shift+back. Thanks, Adam ...

Prevent displaying of previous pages after logout

Hi everybody, i'm working at PHP application but i have a trouble, in fact when a user logged out and press after logging out the back button of the browser he can see the previous page as if the session has not been destroyed :(( i have tried all that i find here and on the web but it doesn't work :'( Can I disable the back button? ...

Android: Browser back button will not fire $getJSON event

I have a test project that uses $getJSON to pull data from web services like Geonames and our own proprietary services. The index page uses two $getJSON calls, and they load fine both when you first load the page or press the refresh. However, if you navigate to another page and then hit the back button to go back to the index page, th...

chrome back button issue

in my website i am having a list box and by selecting it i am redirected to a result page, and when i click back button in browser the values staying there in Chrome ( IE and Firefox working fine, any help?? Thanks in advance ...

Saving session data with Javascript, or similar solution

Basically what I'm trying to achieve is a basic back capability. User goes into Girls listing, which shows him a location screen. Selects a location, and the locations are replaced by images of girls from that location using AJAX. User clicks on a particular girl to view her profile. Now the user wants to go back and have a look at a dif...

Back button not working

Hello, When i start an activity which has android:theme="@android:style/Theme.Dialog" in the AndroidManifest.xml file the back button works as intended, i.e. returns to the activity that started it. However if i remove the theme attribute (which is what i want in the end) then the back button has no effect. Could it have something to do...

Android: Stop playback on Home or Back button

When I press back or home in my application, it hides, but the MediaPlayer keeps going. Is there a way to know when these buttons have been pressed and stop playback before closing? ...

Ajax callback pop up window

Hello All, I have an Ajax callback function, which will load a html file and pop up the content of this HTMl file in a pop up window. It works so far, however, i want to get rid of the location bar in the pop up window. Here is my code function _checkPopUpUpdate() { var callback=new Object(); callback.success=this.o...

[Android] How to avoid history of activity.

Hello All, I have total 3 activities. First activity(A) starts second activity(B). From Activity B, 3rd activity(C) is called. Activity B, shows list with checkbox to select items and single OK button. On clicking OK button Activity C is called with selection. When user clicks BACK button in Activity C, by default Activity B is displ...