Re: JS back?

2002-03-20 Thread Tomo Smith
why don;t you write them to the session, and then when you relocate back, have the session fill the values... simple and easy... have had to do that with multipage forms before HTH TOM - Original Message - From: "Greg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wedne

RE: JS back?

2002-03-20 Thread VAN VLIET, SCOTT E (SBCSI)
ax: 858.653.6763 Email: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message- From: Joel Firestone [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 8:18 AM To: CF-Talk Subject: Re: JS back? How about: . alert("Your file is t

RE: JS back?

2002-03-20 Thread Albrechtas, Adam
You should be able to accomplish this by placing the following in your block (replacing what you have there now: alert(Your file is too big!); history.back(); -Original Message- From: Greg [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 20, 2002 11:06 AM To: CF-Talk Subj

Re: JS back?

2002-03-20 Thread Joel Firestone
How about: .. alert("Your file is too big!"); history.back(); HTH Joel - Original Message - From: "Greg" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, March 20, 2002 11:06 AM Subject: JS back? > I'm testing for file size after posting