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
TED] Sent: Saturday, December 06, 2008 11:15 AM To: cf-newbie Subject: JavaScript Problem Hey guys. I have a small problem. I am in a position where I have to submit a form to a javaScript function and pass that by url to page for processing. The issue is that there are cases when some of the form value

JavaScript Problem

2008-12-06 Thread Kevin Huff
Hey guys. I have a small problem. I am in a position where I have to submit a form to a javaScript function and pass that by url to page for processing. The issue is that there are cases when some of the form values are html, or tags. The JavaScript likes to auto escape these and when I pass tha