Donate SIGN UP

E-mail links in Dreamweaver

Avatar Image
ROBERTS2005 | 20:08 Fri 29th Sep 2006 | Technology
3 Answers
can anyone help me? i have made an e-mail link to an e-mail account, but when i hover over it, it comes up with the destination on the bottom bar of internet explorer. is it possible to replace this with just a few words describing what the link is for, not mailto:blahblah?
Gravatar

Answers

1 to 3 of 3rss feed

Best Answer

No best answer has yet been selected by ROBERTS2005. Once a best answer has been selected, it will be shown here.

For more on marking an answer as the "Best Answer", please visit our FAQ.
Use the following method in your code to get the desired result.

*NOTE: Will work in IE, not Firefox (others un-tested)

Text displayed for Link on site.
Oops.. seems its read my HTML as a link...

< a h r e f = "mailto:blahblah"
o n M o u s e O v e r ="window.status='**What you want to appear in Status Bar**'; return true"
o n M o u s e O u t ="window.status=''">Text displayed for Link on site.< / a >

(take out the unnecessary spaces.
It will work in firefox if the user has unchecked the box to disable javascripts from messing with the status text. This is defaulted to being activated on firefox, because it can get annoying.

1 to 3 of 3rss feed

Do you know the answer?

E-mail links in Dreamweaver

Answer Question >>

Related Questions

Sorry, we can't find any related questions. Try using the search bar at the top of the page to search for some keywords, or choose a topic and submit your own question.