I think that HMTL comment start is supposed to be there... it's the
start of a JavaScript block. Try moving it up to the end of the <script>
tag line, like so:

<script language="JavaScript"><!--

... and see if that helps. That's where I always put mine, and I've
never seen the problem before.


Ron Allen Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]



> -----Original Message-----
> From: David Shadovitz [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 15, 2000 10:39 PM
> To: [EMAIL PROTECTED]
> Subject: Re: CF or Netscape mangling JS comments?
>
>
> Chris, you've got an HTML comment start in there.
> -David
>
> On Tue, 15 Aug 2000 19:02:00 -0400 "Lomvardias, Christopher"
> <[EMAIL PROTECTED]> writes:
> > Hi,
> >
> > Has anyone seen this happen (occurs in NS4.7) and know how to fix
> > it?
> >
> > When I run this code
> >
> --------------------------------------------------------------
> -----------
> ---
> > ----------------------------------
> > <script language="JavaScript" type="text/javascript">
> > <!--
> > <cfwddx action="CFML2JS" input="#qGetData#"
> > toplevelvariable="rsData">
> >
> >
> > I get this result.
> >
> --------------------------------------------------------------
> -----------
> ---
> > ----------------------------------
> > <script language="JavaScript" type="text/javascript">
> >
> > <!C-
> > <snip>

------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to