RE: CF & JS Issue

2003-11-18 Thread Tangorre, Michael
Thanks, just found that. -Original Message- From: Pascal Peters [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 9:38 AM To: CF-Talk Subject: RE: CF & JS Issue JSStringFormat() -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: dinsda

RE: CF & JS Issue

2003-11-18 Thread Pascal Peters
JSStringFormat() -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: dinsdag 18 november 2003 15:26 To: CF-Talk Subject: CF & JS Issue I have a textarea on my form and it accepts users comments. I am using qForms to set the values of my form fields once the

CF & JS Issue

2003-11-18 Thread Tangorre, Michael
I have a textarea on my form and it accepts users comments. I am using qForms to set the values of my form fields once the page loads which works ok... Except if the text to populate the textarea has characters that need to be escaped. When those characters are encountered the string is broken and

Re: CF / JS Issue

2002-03-15 Thread Greg Alton
Mike, function myMenus() { do something. } Greg Alton CFDev > To the best of my knowledge IE has some issues with DHTML in that it must be > loaded before the page is rendered. > The onLoad event handler just loads the menus... I tried renaming the > function and putting it in the o

RE: CF / JS Issue

2002-03-15 Thread Tangorre, Michael T.
to look for, but I'll keep plugging away at it. Thanks for the response. Mike -Original Message- From: Semrau, Steven L Mr RDAISA/SRA [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 1:09 PM To: CF-Talk Subject: RE: CF / JS Issue Well I couldn't get the page loaded

RE: CF / JS Issue

2002-03-15 Thread Semrau, Steven L Mr RDAISA/SRA
the function to something else. -Original Message- From: Tangorre, Michael T. [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 11:35 AM To: CF-Talk Subject: CF / JS Issue Hello all. I am having a problem getting this menu stuff to work in JS. The link below will show you the page with

CF / JS Issue

2002-03-15 Thread Tangorre, Michael T.
Hello all. I am having a problem getting this menu stuff to work in JS. The link below will show you the page with the error. http://149.84.162.227/xfuze/display/test4.cfm The actual CF code is below... The source form the link above will show you the output from this chunk of code.