Re: JavaScript Problem

2008-12-09 Thread Kevin Huff
Oh Just an fyi I ended working around it. I made an index table so I could pass just numbers through. Stay away from messing around with html with an app... always trouble. -- - Kevin Huff Assistant Network Administrator Vacations Made Easy (417) 823-0981 ext 2

RE: JavaScript Problem

2008-12-09 Thread ngraham
-newbie Subject: Re: JavaScript Problem No Problem allow me to clarify. I submit a form to a javaScript function that function has to send the form variables as url variables to the page. Some of the form variables contain tags and the javaScript function tries to escape the tags and stuff using

Re: JavaScript Problem

2008-12-06 Thread Kevin Huff
No Problem allow me to clarify. I submit a form to a javaScript function that function has to send the form variables as url variables to the page. Some of the form variables contain tags and the javaScript function tries to escape the tags and stuff using < and > So say the form passes the f

RE: JavaScript Problem

2008-12-06 Thread Dave Phillips
Are you talking about being able to 'decode' url variables in your CF code? You can do this with URLDecode(). If not, please give us a specific example of what is occurring and what you are trying to do. Dave -Original Message- From: Kevin Huff [mailto:[EMAIL PROTECTED] Sent: Saturday