Hi, I am working on an email form and I would like to change the status bar text for one of the links in my email body. Here is the code I have but it doesn't work. Probably I have wrong syntax. $body = "<a href='http://www.website.com/' onMouseOver='window.status=\"http://www.anothersite.com/\"; return true' onMouseOut='window.status=\"\"'>Link</a>"; PHP:
This is more of a problem on the user end as most browsers won't actually let you change the status bar any more. You can view more information on this at W3 Schools: http://www.w3schools.com/jsref/prop_win_status.asp Thanks, Glen