I am trying to find code that when someone rolls over a link a message box appears that allows me to add a email link. I have found a lot of them in Javascript and DHTML but none of them allow you to add a email address link in the message box.
Bernard Marx
5:10 pm on May 7, 2004 (gmt 0)
confused << Can't you just add:
<a href="mailto:blah@...">mail me</a>
into whatever you normally put into the message box?
DrDoc
6:32 pm on May 7, 2004 (gmt 0)
mailto: doesn't work on public computers, or for people that use hotmail/yahoo/etc.
Do you mean a link that pops up a little layer containing some sort of message form?