Redirect methods: CFHEADER, CFLOCATION, JavaScript, META REFRESH

2002-10-25 Thread Cornillon, Matthieu
I have an application that lists a bunch of external sites that people can link to. When a user selects an item on the list, I display a detail page regarding that item, along with a Log On button that allows them to access the site in question. When they click the button, they are sent to an exi

Re: cflocation/javascript

2001-09-20 Thread Tony Schreiber
Another approach is to point the form submission back to the original form - where the processing is done at the top and if the submission SUCCEEDS you can cflocate somewhere else. If it fails for whatever reason, the form is presented again, with non-conforming values removed, but the remaining f

Re: cflocation/javascript

2001-09-19 Thread cf refactoring
Reply follows... --- Garry Red 5 <[EMAIL PROTECTED]> wrote: > We have a problem involving cflocation. In our code > we have a user-intensive > form, and when this is processed various > (complicated) checks are performed > to ensure data validity. If the numbers entered do > not meet certain > co

Re: cflocation/javascript

2001-09-19 Thread BEN MORRIS
Perhaps you should re-think the entire process going on here. With form validation, and invalid information is entered, I usually give an error message at the top of the page, and then show the form populated with the information that they have entered. If you really want to be fancy, then hi

RE: cflocation/javascript

2001-09-19 Thread Shawn Grover
Red 5 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 18, 2001 7:58 PM To: CF-Talk Subject: cflocation/javascript This is a multi-part message in MIME format. --=_NextPart_000_0013_01C14102.4BF2FC00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encodin

cflocation/javascript

2001-09-18 Thread Garry Red 5
This is a multi-part message in MIME format. --=_NextPart_000_0013_01C14102.4BF2FC00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Hi We have a problem involving cflocation. In our code we have a user-intensive form, and when this is processed variou