How to remove requested a refresh in the iframe.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
bluu
Forum Newbie
Posts: 2
Joined: Wed Aug 30, 2006 2:45 am

How to remove requested a refresh in the iframe.

Post by bluu »

Hi All.
I had a problem using a FORM with POST method in a ifmare on my website(php) when user of my website was using the back button. The page in iframe requested a refresh to be able to see again the FORM. How to solve the problem?. many thanks. :?:
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.
Last edited by bluu on Wed Aug 30, 2006 9:19 pm, edited 1 time in total.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Why is it a problem?
bluu
Forum Newbie
Posts: 2
Joined: Wed Aug 30, 2006 2:45 am

Post by bluu »

ole wrote:Why is it a problem?
I used a “iframe” in the center of my website to get the result of another site. So I don't want to show the message below in the center of my website while everything does not change when users used Back Button.
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.
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Post by Ollie Saunders »

Meh.
And the moral of the story is don't use iframes! :D

Good luck
Post Reply