You could always use cfcontent to render the code and place it in a
variable, then output into email. You could also call it via cfhttp
and use the response.

Be aware, however, JS and CSS do not always play nicely with email
clients so make sure you test your target client(s).

Judah

On Tue, May 12, 2009 at 9:53 AM, Paul Ihrig <[email protected]> wrote:
>
> there are like 5 separate queries.
> with sub quires inside the first 3.
>
> so current row wouldn't work. unless i wrote a big nasty q0q
> that's why i really liked the jquery rendering of the row number.
>
>
>
> On Tue, May 12, 2009 at 12:23 PM, Azadi Saryev <[email protected]> wrote:
>
>>
>> how are you rendering the table in cfmail? is it based on query output?
>> use queryname.currentrow then, or a custom row counter if your query
>> uses group output...
>>
>> Azadi Saryev
>> Sabai-dee.com
>> http://www.sabai-dee.com/
>>
>>
>>
>> Paul Ihrig wrote:
>> > ok here is a weird one.
>> > the numbers render fine on display in browser.
>> > but if i include the rendered output in a cfmail, i dont get the
>> numbering?
>> >
>> > i have the js, and css linked correctly..
>> >
>> >
>> >
>>
>>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322454
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to