NinethSense oWnZ mE!: Praveen’s drawing book

Choose a Topic:

Thu
29
Jun '06

Skype Online Status and Yahoo Messenger Online Status

I have added skype and yahoo online status to my blog as well as home page


Here is the common code. you may also try:

Skype online status
 
<script type=“text/javascript” 
 
src=“http://download.skype.com/share/skypebuttons/js/skypeCheck.js”></script>
<a href=“skype:yourSkypeId?call”><img src=“http://mystatus.skype.com/balloon/yourSkypeId” 
 
style=“border: none;” width=“150″ height=“60″ alt=“My status” /></a>


Yahoo Messenger online status
 
<a href=“ymsgr:sendIM?yourYIMid”><img src=“http://www.ninethsense.com/im.php?user=yourYIMid” border=“0″/></a>
'

JavaScript Error Handling or Exception Handling

JavaScript supports try catch ? Yes, it supports
 
<script language=“javascript”>
	try {
		var a = InvalidFunction();
	} 
	catch (err) {
		alert(“Error”);
	}
	finally {
		// …
	}
</script>
The CodeProject Microsoft Developer Network Official ASP.NET Forums Microsoft .NET Framework Community Microsoft Most Valuable Professional Kidoos forums Microsoft Visual Studio Developer Home Professional Information Technology Solutions Microsoft Research Home Trivandrum Microsoft Users Group Community Website