If you use Yahoo messenger here is a great way to have your visitor be able to contact you easily thru your website. This tutorial will also allow the website to show an icon for if your online or offline.
you should already know a fair bit of html for this. so this is meant for intermediate users.
first, we will create a hyperlink that users can use to send an instant message to you.
You’ll create a hyperlink with <a> tag with the ‘href’ attribute in the form ‘ymsgr:sendim?userID’.
For example:
<a href = ‘ymsgr:sendim?monstaaaah’>shout at me.</a>
when the user clicks on the hyperlink, a new Yahoo Messenger chat window will Read the rest of this entry »

