|
Posted by chunji08 on 10/09/07 18:09
Hi all,
I have such things in my Ant scritp to send a daily report to my group
member,
"
<target name="email_2_team">
<mail from="cji@sfo.com"
tolist="team_sfo@gmail.com"
subject="Today's migration results "
messagemimetype="text/html"
messagefile="migrate.html"/>
</target>
"
Since the report becomes more and more complicated, I am just
wondering if I could put some tabs in that html file, so that when
they open their email in ms/outlook, or any IE, Mozilla, they may
click the tabs and see results page by page ?
Can someone give me some advise if it is possible ? How to put it in
one html file? Any simple example will be very helpful !
Thanks a lot !
Chun
[Back to original message]
|