oi Les!!

try this:

on all of your pages starting with the first one place this in the head

<script>
history.forward()
</script>



-- 
Critz
 Macromedia Certified Advanced ColdFusion Developer
 <CFX_BotMaster Network="Efnet" Channel="ColdFusion">




------------------------------------
Tuesday, August 13, 2002, 8:39:40 PM, you wrote:

LM> I've got a 10 page multipart form constructed like

LM> FORM PAGE 1 submits to:
LM>     Process page 1 - which writes page 1 to the database and redirects
LM> (cflocation) to:
LM> FORM PAGE 2 submits to:
LM>     Process page 2 - which writes page 2 to the database and redirects
LM> (cflocation) to...blah, blah, blah....

LM> The user should work through all 10 pages to the end. If they do that, no
LM> problems...

LM> The user is given a link option on every page to save at any point in the
LM> process and come back later to edit anything they've entered or left out,
LM> but there's always that one guy that's going to decide to change something
LM> right after he hits "SUBMIT" on page 4, and tries to back up to page 3 and
LM> enter new information, which we can't let happen because the page 3 record
LM> with his unique ID has already been written, and thusly an error is thrown.

LM> I've been looking at ways to prevent this from happening. Am studying
LM> various JavaScript history replace options and anything else I can find.

LM> How do the rest of you handle this? Is there a sorta "standard" solution
LM> that everybody uses?

LM> Thanks

LM> Les

LM> 
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to