Hi Richard, Why would you want to do that exactly? Seems a little risky... it is better practice to send your form data to a template that processes only that and then redirect to a results page. You could always have a resubmit option on that results page having stored the form data in session scope or something...
Damo - someone probably already said this but you could process the form data then <cflocation back to the same page - easy as pie ;0) d -----Original Message----- From: Lovelock, Richard J [mailto:[EMAIL PROTECTED] Sent: 08 January 2004 16:50 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] form variables sorry to hijack this thread....but in a simlar vain..... a colleague has a page of DB records being displayed....which is an action page to a form therefore uses form variables when you hit refresh on this page you get a dialogue box saying "this page needs to be reloaded: Retry Cancel" or something to this effect What I/he would like to know is: 1) is it possible to refresh the page using the same form variables without getting prompted by this dialogue box and 2) can this be automated i.e. after a set interval of time? (e.g. self refresh after 30 seconds using the same form variables without a dialogue prompt box appearing) Thanks _______________________________________________________ * Regards, Richard Lovelock, Senior Application Analyst. Westminster City Council - Web Support Cap Gemini Ernst & Young Southbank 95 Wandsworth Road London SW8 2HG ( 0870 906 7482 _______________________________________________________ -----Original Message----- From: Mark Smyth [mailto:[EMAIL PROTECTED] Sent: 08 January 2004 16:10 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] form variables if its that much of a problem though, why not just do a cflocation to another page at the bottom of the action page. anything you're presenting to the user could just as easy be presented on a separate page, and even if its dynamic content, send them as uel vars in the cflocation -----Original Message----- From: Adrian Lynch [mailto:[EMAIL PROTECTED] Sent: 08 January 2004 15:18 To: '[EMAIL PROTECTED]' Subject: RE: [ cf-dev ] form variables Try StructClear(FORM), (check the syntax on that though). I'm not sure if that will stop the refresh from causing trouble, but worth a try. Ade -----Original Message----- From: Damien Gallagher [mailto:[EMAIL PROTECTED] Sent: 08 January 2004 14:26 To: [EMAIL PROTECTED] Subject: RE: [ cf-dev ] form variables just a quick one... I have a form page that needs to submit to itself to process the action. Problem is, once the action's complete the form variables are still in the page and so clicking refresh reprocesses the lot. Any ideas how to purge the variables? Thanks, Damien -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] ======================================================= This message contains information that may be privileged or confidential and is the property of the Cap Gemini Ernst & Young Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorised to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message. ======================================================= -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED] -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
