Change status text in email

nat.soft

Junior Member
Joined
Aug 17, 2009
Messages
110
Reaction score
42
I have the following code to change status text in email body but it doesn't work. Is there a syntax mistake?

PHP:
$body = "<a href='http://www.website.com/' onMouseOver='window.status=\"http://www.anothersite.com/\"; return true' onMouseOut='window.status=\"\"'>Link</a>";
 
Back
Top