> There is a link in each top table (T1,T3,T5,T7,T9) that when
> clicked on should display the table below it (T2,T4,T6,T8,T10
> respectively.)
>  
> The HTML for the link is as follows:
>  
> <cfloop from="1" to="5" index="x">
>  
>  <table>
>   <tr><td><a href=""
> return false;">Company #x#</a></td></tr>  </table>
>  
> <table style="display:none;" id="tbl#x#"> .... trimmed off
> .... </table>
>  
> </cfloop>

This might be way too obvious to be your problem, but I don't see any
CFOUTPUT in that HTML.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to