473,322 Members | 1,703 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Anoying Message

I have a site created with asp.net & viewing through IE
6.0.2 browsers. My javascript code submits a form of one
of the pages and after that everytime you do a refresh or
submit you get the message "The page cannot be refreshed
without resending the information. Click Retry to send the
information again, or click Cancel to return to the page
that you were trying to view." The only way to stop it is
to close the browser & re-open. Is there any way to stop
this?
Thanks in advance.
Nov 18 '05 #1
1 921
when you load a page using the <form> it passes some querystring and/or form
values as a part of the request.
now when you click refresh... the browser asks you if you want to re-submit
the data (post) that (cause the page to load) as it is right now
This is a browser behaviour. the only other way would be to not use form to
post the data rather use a query string based redirection.

HTH

--

Regards,

HD
"Andrew J" <an*******@discussions.microsoft.com> wrote in message
news:08****************************@phx.gbl...
I have a site created with asp.net & viewing through IE
6.0.2 browsers. My javascript code submits a form of one
of the pages and after that everytime you do a refresh or
submit you get the message "The page cannot be refreshed
without resending the information. Click Retry to send the
information again, or click Cancel to return to the page
that you were trying to view." The only way to stop it is
to close the browser & re-open. Is there any way to stop
this?
Thanks in advance.

Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Peter Butler | last post by:
OK, lets see... I have 10 text boxes to enter keywords into a form page (The master search page) These boxes are either set or not set when passed to the result page as set or unset...
8
by: Brian Keating EI9FXB | last post by:
Would I be correct in saying that the only way to get a user message into a Windows form would be to use P/Invoke with Message? Of is there some part of the .NET API that I am totally un aware...
0
by: Andrew J | last post by:
I have a site created with asp.net & viewing through IE 6.0.2 browsers. My javascript code submits a form of one of the pages and after that everytime you do a refresh or submit you get the...
8
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported...
2
by: Microsoft News | last post by:
What I have is a message box that pops up. It is another browser window. The code is a general function that you pass message, title and a key to. The box works great except, that if you are on a...
4
by: sqlguy | last post by:
Why do we have to contact MS for a problem that has been with this compiler from at least the beta of VS 20005. I am so sick and tired of the 30 - 40 clicks it takes to dismiss VS when there is a...
0
by: ronscottlangham | last post by:
I am working on a custom WCF EndpoingBehavior that will modify the messages coming in and out of my Service. I am having an error related to the modification of the message in the...
2
by: =?Utf-8?B?QWRl?= | last post by:
HI All, I am encountering the following error when I try to send an email through a SMTP server. I believe the problem lies with the authentication part when the network crednetials are used,...
3
by: Steven Allport | last post by:
I am working on processing eml email message using the email module (python 2.5), on files exported from an Outlook PST file, to extract the composite parts of the email. In most instances this...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.