Metzy,

There is no CFML in this example.  Where is the output code.

Mark

-----Original Message-----
From: Metzy Martinez [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 23, 2002 12:58 PM
To: CF-Talk
Subject: problems with <cfoutput>


I'm having problems with <cfoutput>, it's outputing these tags

<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">

</body>
</html>

I'm trying to dynamically create javascript and to call that javascript
from an onload event. It's to find my function because it's looking at
the wrong body tag.

Example Below.

what the #%&%$% is going

is there any other way to output dynamic text?


Thank you
#################Code##################
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>

<body bgcolor="#FFFFFF" text="#000000">

</body>
</html> <<<<<----------This is the problem


<HTML>
<HEAD>
<META NAME="ROBOTS" CONTENT="NONE">
<SCRIPT LANGUAGE="JavaScript">
<!--
function refreshProduct()
{
// Rebuilds the addess list for the listing page.
// It is built here so that it can be returned to the listing page and
reloaded




var arrValue = new Array(4);
var arrLabel = new Array(4);


arrValue[1] = 2964;
arrLabel[1] = '1531 Robindale road';

arrValue[2] = 2965;
arrLabel[2] = '1531 Robindale road';

arrValue[3] = 2967;
arrLabel[3] = '1531 Robindale road';

arrValue[4] = 2968;
arrLabel[4] = '1531 Robindale road';


window.opener.modifyCatalog(arrLabel, arrValue);


window.close();
}
//-->
</SCRIPT>
</HEAD>
<BODY onload="javascript: refreshProduct();">

</body>
</HTML>





-------------------------
Metzy Matinez

_________________________
_________________________
____________________
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to