input type=Hidden name=status_required issue

2006-10-10 Thread Rick Dennis
i have a customer input page that has this code at the bottom of the page right before the submit button. input type=Hidden name=status_required well on the same page i have a checkbox that if checked, it needs to ignore this same piece of code. if the check box is checked, i want it to do this

Re: input type=Hidden name=status_required issue

2006-10-10 Thread Jake Churchill
check for the checkbox and do a cflocation at the very top of whatever page this submits to. Rick Dennis wrote: i have a customer input page that has this code at the bottom of the page right before the submit button. input type=Hidden name=status_required well on the same page i have a

RE: input type=Hidden name=status_required issue

2006-10-10 Thread Snake
cfif StructkeyExists(form,'mycheckbox') cflocation url=NOIDecision.cfm addtoken=No /cfif Rus -Original Message- From: Rick Dennis [mailto:[EMAIL PROTECTED] Sent: 10 October 2006 15:25 To: CF-Talk Subject: input type=Hidden name=status_required issue i have a customer input page

Re: input type=Hidden name=status_required issue

2006-10-10 Thread tanguyr
Rick Dennis wrote: i have a customer input page that has this code at the bottom of the page right before the submit button. well on the same page i have a checkbox that if checked, it needs to ignore this same piece of code. if the check box is checked, i want it to do this how

Re: input type=Hidden name=status_required issue

2006-10-10 Thread tanguyr
sigh... point two should have been: 2) Redirect from javascript: [input type=checkbox... onclick=self.location='NOIDecision.cfm'...] Of course, the users lose all the information they entered into the form... but silly me i entered it in html... /t -- View this message in context: