make html/tabs working in an emal file.

C

chunji08

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="(e-mail address removed)"
tolist="(e-mail address removed)"
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
 
D

David Dorward

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 ?

HTML formatted emails are generally viewed in clients that have strict
"no javascript' policies, so this isn't possible.

I'd suggest a plain text report with a link to a version on a
webserver if people want the pretty version.
 
C

chunji08

HTML formatted emails are generally viewed in clients that have strict
"no javascript' policies, so this isn't possible.

I'd suggest a plain text report with a link to a version on a
webserver if people want the pretty version.

Thank you for the tips, that saves me lots of time.

Appreciated !


Chun
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,266
Messages
2,571,082
Members
48,773
Latest member
Kaybee

Latest Threads

Top