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.ThreadUserName#&Email=#form.ThreadUserEmail#&Body=#bodytext#&Mode=#URLEncodedFormat(url.mode)#'
</cfoutput>
//-->
</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