Y
yonido
hey
my final goal: to add a link to an email message, that will contact my
server & mark the email as "important", with no popup windows/annoying
messages.
id like to do this in ajax, but the problem is javascript support in
emails.
i want it to work in every computer, even if its viewed in gmail.
my first attempt was a <a href='javascript:alert("hey")'>click</a> but
outlook doesnt activate it, nor gmail.
so my 2nd thought was maybe opening an outside window that will do the
server marking, and then close the window, but explorer verifies if the
user wants to close the window.
any idea how i can do this? be creative
my final goal: to add a link to an email message, that will contact my
server & mark the email as "important", with no popup windows/annoying
messages.
id like to do this in ajax, but the problem is javascript support in
emails.
i want it to work in every computer, even if its viewed in gmail.
my first attempt was a <a href='javascript:alert("hey")'>click</a> but
outlook doesnt activate it, nor gmail.
so my 2nd thought was maybe opening an outside window that will do the
server marking, and then close the window, but explorer verifies if the
user wants to close the window.
any idea how i can do this? be creative