How come the following will not work. I get a 500 error

<html>
<head>
<title>CLASS of <cfoutput>#getYRInfo.class_year#</cfoutput> Spread Sheet</title>
</head>
<body>

<cfcontent type="application/ms-excel">
<CFHEADER NAME="content-disposition" VALUE="filename=classroster.xls">

<cfoutput><table cols="11"></cfoutput>
<cfoutput query="getclass">
<tr>
 <td ><strong>#fname#</strong></td>
 <td ><strong>#lname#</strong></td> 
        <td ><strong>#mname#</strong></td> 
        <td ><strong>#addr1#</strong></td>
        <td ><strong>#addr2#</strong></td>
 <td ><strong>#city#</strong></td>
        <td ><strong>#state#</strong></td>
        <td ><strong>#country#</strong></td>
        <td ><strong>#zip#</strong></td>
 <td ><strong>#email#</strong></td>
        <td><strong>#phone#</strong></td>
</tr>
</cfoutput>
<cfoutput></table></cfoutput> 
</body>
</html>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:198764
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to