Re: Forms and that darned browser BACK button...

2002-08-16 Thread Jesse Houwing
Les Mizzell wrote: I've got a 10 page multipart form constructed like FORM PAGE 1 submits to: Process page 1 - which writes page 1 to the database and redirects (cflocation) to: FORM PAGE 2 submits to: Process page 2 - which writes page 2 to the database and redirects

RE: Forms and that darned browser BACK button...

2002-08-14 Thread Matthew R. Small
:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 8:40 PM To: CF-Talk Subject: Forms and that darned browser BACK button... I've got a 10 page multipart form constructed like FORM PAGE 1 submits to: Process page 1 - which writes page 1 to the database and redirects (cflocation) to: FORM PAGE 2

RE: Forms and that darned browser BACK button...

2002-08-14 Thread Les Mizzell
: Here's a method I use: instead of writing to the database on every new : page, just drop the entire form structure into every page as hidden : fields. I thought about it, but this particular application has close to 650 fields, and I was a little worried about carrying that many from one page

RE: Forms and that darned browser BACK button...

2002-08-14 Thread Everett, Al
browser BACK button... I've got a 10 page multipart form constructed like FORM PAGE 1 submits to: Process page 1 - which writes page 1 to the database and redirects (cflocation) to: FORM PAGE 2 submits to: Process page 2 - which writes page 2 to the database and redirects

RE: Forms and that darned browser BACK button...

2002-08-14 Thread Ilyinsky, Igor
: Tuesday, August 13, 2002 8:40 PM To: CF-Talk Subject: Forms and that darned browser BACK button... I've got a 10 page multipart form constructed like FORM PAGE 1 submits to: Process page 1 - which writes page 1 to the database and redirects (cflocation) to: FORM PAGE 2 submits

RE: Forms and that darned browser BACK button...

2002-08-14 Thread Brian Scandale
I handle this by checking wether the Insert is going to overwrite and throw an error... if the userID is the same however I branch to an update statement instead of an insert statement. At 06:42 AM 8/14/02, you wrote: : Here's a method I use: instead of writing to the database on every new :

Forms and that darned browser BACK button...

2002-08-13 Thread Les Mizzell
I've got a 10 page multipart form constructed like FORM PAGE 1 submits to: Process page 1 - which writes page 1 to the database and redirects (cflocation) to: FORM PAGE 2 submits to: Process page 2 - which writes page 2 to the database and redirects (cflocation) to...blah, blah, blah

Re: Forms and that darned browser BACK button...

2002-08-13 Thread Critter
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