Hello all,

I am using the following code:

 

<cfoutput query="qClients" maxrows="5">

<table>

<cfset Class = IIF(qClients.CurrentRow MOD 2 EQ 0, "'td1'", "'td4'")>

<tr class="#Class#">

                        <td>#tempClientID#</td>

                        <td>#DateFormat(tempDateModified,"mm/dd/yy")#</td>

                        <td>#tempClientName#</td>

                        <td>&nbsp;

                        <a
href="Client.cfm?Client_ID=#tempClientID#&CustomerSearchID&showForm">Details
</a>

                        </td>

            </tr>

</table>

</cfoutput>

 

This is working great in Firefox, but not Nutscrape of M$ IE. Do these
browsers not understand the class attribute in the tablerow?

 

Thanks,

 

Bruce




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241924
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