Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
mHintze #1
Browser back button and flash form expiration
The message 'The form data has expired, Please reload this page in your
browser.'appears when a user navigates forwards or backwards in a flash form.
The form contents do not reload properly. Is there a way to force the
recompile of the flash form?
mHintze Guest
-
History back button using flash form
I cannot figure out hoe to use the history.back javascript using Coldfusion 7 -
Browser Back Button and Form Data Persistence
A form on MyForm.cfm posts to PostMyForm.cfm. While viewing the PostMyForm.cfm page, the user presses the browser's back button and doesn't see the... -
Help with Frames and the Browser Back Button...
Hi all! I think that it isn't the first time you read this question (I think it is a FAQ)....however.... .... I have a 3-frame page: left, top... -
flash detection and browser 'Back' button problem...
Hello, One of my clients has asked me a difficult problem this week... how to set up his website so viewers can use their browser 'Back' button... -
Back button on the browser problem
Hi In my application I have a wizard and I have to make sure that user can't come back to previous page of the wizard. The problem is that is user... -
rlafleur #2
Re: Browser back button and flash form expiration
use
<cfform timeout='x' ...
where x = number of seconds.
rlafleur Guest
-
rlafleur #3
Re: Browser back button and flash form expiration
use
<cfform timeout='x' ...
where x = number of seconds.
rlafleur Guest
-



Reply With Quote

