|
Mailing Lists
|
Home /
Groups /
ColdFusion Flash (CF-Flash)
any way to get flash form to refresh automatically when Back button used on browser
in your form element, <form action="mypage.cfm" method="pos"Tyron Foston 09/28/07 01:06 P I have a form that the user fills out and hits "Calculate". They are taken to a new page with the results. In all likelihood, they will want to go back to the original page and enter in more data. It's cumbersome that every time they hit "Back" on their browswer, they also have to Refresh the page since the "form data has expired". Is there a way to force the refresh of the page every time it's visited? Thanks, Mike in your form element, <form action="mypage.cfm" method="pos" just have them open a new window by adding the target="_blank" attribute to the tag. That way thier results open in a new window and don't have to hit the back button. The screen they input thier info into will always be there. Mike Alonzo <malonzo@caseytrees.org> wrote: I have a form that the user fills out and hits "Calculate". They are taken to a new page with the results. In all likelihood, they will want to go back to the original page and enter in more data. It's cumbersome that every time they hit "Back" on their browswer, they also have to Refresh the page since the "form data has expired". Is there a way to force the refresh of the page every time it's visited? Thanks, Mike
|
May 21, 2012
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||