Maybe I'm wrong but why don't you try to put the <cfoutput></cfoutput>
outside the <script></script> tags... and: to some NC versions JS single
quote behave differently from double quote...

HTH,

Andrea


----- Original Message -----
From: David Green <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Friday, July 20, 2001 1:18 AM
Subject: URL Variables not working


> Hello List
>
> I have a java script in my CF page to update a frame.  It works fine IE
but netscape can not see any of the url variables.
> looking at the script do you see any problem where is works in IE but
netscape.
>
> Thanks
> David Green
>
> [EMAIL PROTECTED]
>
>  <script language="JavaScript" type="text/javascript">
>   <!--
>    <cfoutput>
>    <cfset BodyText =
REReplace( form.body,"([#chr(10)##chr(13)#][#chr(10)##chr(13)#]?)","<br>
","ALL")#>
>
>
top.Bot_frm.location='Reply_standard.cfm?subject=#(form.name)#&user=#form.Th
readUserName#&Email=#form.ThreadUserEmail#&Body=#bodytext#&Mode=#URLEncodedF
ormat(url.mode)#'
>
>    </cfoutput>
>   file://-->
>   </script>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to