URLEncodedFormat and IE bug ?

2003-06-27 Thread Stacy Young
Something odd I've just come across on one of our older apps. Below is an example of a link that uses URLEncodedFormat() for an account name. Worked fine for 2+ years until IE6.0.2800 on XP Pro. javascript:document.myform.account.value='A%20Dog%27s%20Life%20Inc%2E';d ocument.myform.submit(); IE

SOLVED: URLEncodedFormat and IE bug ?

2003-06-27 Thread Stacy Young
Ah...have to use this instead...(think new in cfmx?) JSStringFormat() -Stace -Original Message- From: Stacy Young Sent: Friday, June 27, 2003 10:44 AM To: CF-Talk Subject: URLEncodedFormat and IE bug ? Something odd I've just come across on one of our older apps. Below is an example

RE: SOLVED: URLEncodedFormat and IE bug ?

2003-06-27 Thread Douglas.Knudsen
: SOLVED: URLEncodedFormat and IE bug ? Ah...have to use this instead...(think new in cfmx?) JSStringFormat() -Stace -Original Message- From: Stacy Young Sent: Friday, June 27, 2003 10:44 AM To: CF-Talk Subject: URLEncodedFormat and IE bug ? Something odd I've just come across on one