Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 06-19-2004, 02:30 PM   PM User | #1
bostjank
Regular Coder

 
Join Date: Jul 2002
Location: The sunny side of the Alps
Posts: 230
Thanks: 0
Thanked 0 Times in 0 Posts
bostjank is an unknown quantity at this point
Javascript in e-mail

Hi!

Occasionally we're sending some important messages to our employees (working at home) by e-mail. What I would like to know is if a particular employee open the message and when.

I tried to use <script src="check.asp?mail=..."></script>, but this doesn't seem to work in e-mail messageg, but only in HTML opened in a browser.

Is there any other way - exept sendlink a ling and requiring employees to click on it in order to read the message.

Thanks,
Bostjan
bostjank is offline   Reply With Quote
Old 06-20-2004, 07:45 PM   PM User | #2
homerUK
Regular Coder

 
Join Date: Nov 2002
Location: Manchester, UK
Posts: 533
Thanks: 4
Thanked 1 Time in 1 Post
homerUK is an unknown quantity at this point
how about making the email load an image tag from your website?
you could put in the email code something like

<img src="http://yoursite.com/check.asp?....">

then in the check.asp script, check the details and show the image.... maybe just return a 1x1 pixel image which is blank or something....
homerUK is offline   Reply With Quote
Old 06-21-2004, 08:21 AM   PM User | #3
bostjank
Regular Coder

 
Join Date: Jul 2002
Location: The sunny side of the Alps
Posts: 230
Thanks: 0
Thanked 0 Times in 0 Posts
bostjank is an unknown quantity at this point
Thanks. It work fine.

Bostjan
bostjank is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 04:37 AM.


Advertisement
Log in to turn off these ads.