473,395 Members | 1,681 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,395 software developers and data experts.

Parent Frame Refresh

57
HOW CAN I REFRESH PARENT FRAME WITHPUT WITH CONFIRMATION:

---------------------------
Windows Internet Explorer
---------------------------
To display the webpage again, Internet Explorer needs to
resend the information you've previously submitted.

If you were making a purchase, you should click Cancel to
avoid a duplicate transaction. Otherwise, click Retry to display
the webpage again.
---------------------------
Retry Cancel
---------------------------
Dec 6 '06 #1
5 11584
Kasya
57
HOW CAN I REFRESH PARENT FRAME WITHPUT WITH CONFIRMATION:
---------------------------
Windows Internet Explorer
---------------------------
To display the webpage again, Internet Explorer needs to
resend the information you've previously submitted.

If you were making a purchase, you should click Cancel to
avoid a duplicate transaction. Otherwise, click Retry to display
the webpage again.
---------------------------
Retry Cancel
---------------------------
Dec 7 '06 #2
acoder
16,027 Expert Mod 8TB
If you try to refresh an posted action page, this is the message you will receive. To avoid this, you can redirect to another page from the action page.
Nov 27 '07 #3
I am also looking for the same.

I want to bypass this IE behiviour. It is getting refreshing, let it be but I dont for the show the following message to user.

---------------------------
Windows Internet Explorer
---------------------------
To display the webpage again, Internet Explorer needs to
resend the information you've previously submitted.

If you were making a purchase, you should click Cancel to
avoid a duplicate transaction. Otherwise, click Retry to display
the webpage again.
---------------------------
Retry Cancel
---------------------------

How I can bypass it.

I really dont want to use javascript submit because my project is completed and I can not make javascript submit change with passing all values in hidden variable at all ... at this moment.

I want looking for trick by which I can just suppress this alert.

I really appriciate if some one have the solution.

Thanks

Kamleshkumar Gujarathi.
Jan 9 '09 #4
acoder
16,027 Expert Mod 8TB
Use the PRG pattern
.
Jan 9 '09 #5
If you get an IE error saying 'To display the webpage again, Internet Explorer needs to resend the information you've previously..',

you can use
window.location=window.location; to refresh the page
instead of
location.reload(true);
Sep 1 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: nicver | last post by:
I am working on updating a Web site with a frameset. A page opens a pop-up window in which the user uploads pictures. Once the upload is done, I would like to refresh the content of the frame which...
1
by: Helixpoint | last post by:
I have a frameset. left and main. Inside the main frame I have a IFRAME. I need to refresh the main frame when I post a form inside the IFRAME. I am trying the code below with no luck?? ...
2
by: Jeronimo Bertran | last post by:
Hi, I have a page with a very data intensive grid which needs to be automatically refreshed constantly if a change is detected. In order to not refresh the complete page so often, I created an...
3
by: Mark | last post by:
I have a link on Parent.html which brings up Child.html in a separate browser window. Child.html has a button with Javascript to close itself. Is there a way I can cause Parent.html to be...
7
by: Raffi | last post by:
I'm facing a tricky (at least for me) page reload/refresh scenario and need some help. I'm working on a web application which is primarily used with MSIE. The application has a main window with...
1
by: vasavi | last post by:
Hi all, My requirement is... Iam using jsp frames.In main.jsp, iframe is there.In that iframe , another jsp named frame.jsp is being called.In frame.jsp, one button is there which opens another...
9
by: Bart Friederichs | last post by:
Hi, I have an index.html with a frameset with 2 php files. The top frame are buttons, that refresh the lower frame or put different content in it. Some of these pages have javascript-tabs and I...
0
by: dazzler | last post by:
How do I add "background text" into MDI parent frame, the text will be now erased if I move the MDI Parent frame, or I can also erase text with moving MDI Child frame, need to somehow refresh the...
8
by: htmlnoob112233 | last post by:
I am needing further help following this topic http://bytes.com/topic/javascript/answers/852213-refresh-close-after-form-submission#post3493808 The following code should refresh another frame upon...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.