I have a form (on server #1) that is filled out by the user and it sends the info from the form to another server (server #2), adding it into an Access table. How do I direct a response back to the user from that asp page on server #2?
On a current website, when I submit a search from a form, the page with results are shown. If I then click page 2 of the results I get page 2 no problems. The PROBLEM then is a user clicking the browser back button. When this is pressed IE shows this error which makes sense but sites like play.com dont have this problem. Quote:
Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you. To resubmit your information and view this Web page, click the Refresh button.
How can I disable back button of a browser in other words not allow the user to go back to the page from where they have come to this page when they click back button.
when my asp page displayed in browser..and suppose i click on back button of browser then it should not go to back page. in this case the same page should be always display. how can we do this?
I know you can not disable the browser back button but I have a script that grades online tests and when they click the, Grade test button, it works great. But if you click the back button, you can go back to the page and change the answers to the questions. So like this, if one failed the test they could simply click the back browser button and redo the test.
What I need is away to not disable the back button but maybe if they click the back button to take them back to the registration page to register for the test again. I have tried a few lines of code with "no-cache" and it would show expired but I prefer a redirection to the registration page if posible. how this could be done when clicking on the browser back button?
I have never done the ASP programming yet but I want to hear the logic of the programming and see the sample code so I can have a better idea of how it work...
I have noticed that on one of hte ASP website, it was able to detect whether I did the back/forward button and blocked it.
I'm using the CDO.Message object to send out a large number of subscription emails daily from a website. We always get a large number of delay and failure notification emails coming back.
Does anyone know of a way to specify in the CDO.Message object that you don't want to receive any notifications of the delivery status - i.e. a property of the message object or some email header?
I would like to send a text message through the web using the code below. Currently, I'm trying to modify this code that sends a user an e-mail with their forgotton password.
I will not be sending a password once I get this finished. This is strictly for a demonstration I have to give for a college class. Here is my code:
Yet if this button is clicked, they go back to the server and the page is refreshed with original values.
If I click the browser's BACK button (rather than my button above), I go back to the page (from cache I guess) I want (because it contains the user changes). Here I can correct the password without having to rekey the changes.
So, what is the Request.Servervariable needed for the equivalent of the BACK button?
I have a form that submits values to an asp page. If their is an error on the asp page that is called and you go back to the first page with the form. The values are not in the form.
How can I set the value back into form without the user having to retype them in? If I use hidden fields on the first asp page and I go back to that page wouldn't the values for the hidden fields be empty as well?
I run an internet radio station and we use a program which comes with a PHP template but we use ASP and I do not feel like learning a brand new language tonight. Basically the program runs off of a DB on my local machine and it can accept requests and dedication through the website which are submitted with the help of XML.
In the PHP template it looks as if PHP generates an XML code and then sends it to my local machine and the program. The program then processes the request and sends back a completely different XML page with the results.
Kind of like a basic HTML Form. Anyways, what I am having trouble with is generating the XML code with ASP which I accomplished with the help of W3Schools but now when the script comes back from the program all I see is the XML. What I should, rather want to see/do is have the ASP read the XML just like PHP did and then display the end result to the user.
I've got a form which people will fill out on the web with information such as there name, email address etc.
Ive got it to email through to me but any ideas how i can also get it to email a message back to them based on the email address they place in the email field?
i keep getting locked up, ctrl/alt/delete and a window opens up and say's web back agent not responding. is there a way to overcome this problem. it happens no matter what program i'm working with.
i have created 2 .asp pages which, 1. Index page 2. Adding asp function
User will start to add contents in index.asp, then clicked on the "Add" button. the form will post to addContent.asp to add the contents to the database, then prompt the user for Adding contents complete and lastly display the added content to the Index page.
However, when i clicked on the "back" Button at the IE Standard Bar, it display the addContent.asp page and prompt user for the last msg -> "Adding contents Successfully". how can i redirect the page to the previous page before the adding page when the user clicked on the "Back" button at the IE Bar?
I'm trying to make a logout link to where once someone logs out, not only will they be sent to another page, but they will not be able to go back into their account by pressing the back button, but by logging back in.
I always heard people saying IIS ASP front end, and MS-SQL back end. ASP is for server side programming and dynamic content generation, how could it is called front end? Because I thought it is executed in the server, which is back end? I think I am confused with the term front end and back end here.
I'm creating a logout page(logout.asp), in which I'm using Session.abandon. Once the user logs out, I don't want the user to be able to access the previously visited pages using the Back button.
I have a form that contains many fields for the user to enter. After entering the data the user can click a link to open a new window, the new window contains six columns (pull down menu) and 30 rows to allow user choose their options. Code:
I am devloping a site with a log in function and it works fine, but what I want to make sure that when the user logs out, he/she can not use the back butten and then automatically enter the protected site again, and this is where I am at the moment.
I have tried several no-cache solutions, but they don't work as intended. Users should still be able to go back and forth between pages within the restricted area, and this does not work with no-cache, at least I am not able to make it work.
How do I make sure that using the back button will produce either a expired warning page, or redirect the user to the log in page?
How would this code look? and what page should the code be in?
Is it possible to create back end application (in any language) i.e. continueously tracks when user access particular URL (for example url contains one form and user is filling form) and whats he typing in the form.
Ofcourse, application would be installed on user machine.Please keep in mind that we don't have any control on website like its hosted by somewhere.
when the user logout they can get access the pages by click the icon back at the explorer.how i can avoid it? anyone know what method i should do.when i use session i'll use session.abandon.n what should i do when i not use session.
I created a simple website with one page. This simple page has only one text box (asp:Textbox) and no other controls. When i bring the siteup in VS2005 and press enter with the cursor inside the text box the page refreshes. I am not able to understand why it is posting back? I have set Autopostback to false. Am i missing anything or is it the default behavior?
I am trying to implement a javascript back button on my page. I had everything working on my test server, however, whenever I migrated over to the secure server, it throws an error saying that the page cannot be displayed. I am using javascript.back
I have searched these forums, and couldnt find anything to help me, so I figured I would post to see if anyone may know of a solution.
After updating a record, I want to go back to the results page from a search. Anyone know how to redirect after you update a record to go back a page to see the results again. A simple click of the back button would do the trick, but that can't be done after you click the update.
I'm trying to prevent a user to go back once on a particular page...i mean once the user reaches a particular page and he/she tries to click on the back button of the browser, the page does not go back. Is that possible please?
I've created a asp form that the user submits, the information is wriiten to a database and the user is redirected to a thankyou page
The problem is, if the user presses their browsers back button the form the just submitted is still filled and allows them to resubmit the form.
How can I clear the form session once the user clicks the submit button? I've read about this before, but can't seem to find the darn webpage that explains this.