Return to Snippet

Revision: 33273
at October 7, 2010 17:12 by amielcar


Initial Code
<html>
<body onload="Skype.Client.Start(); Skype.Attach();">
<h1>This page must be viewed in IE, please give permissions to use Skype plugin and application</h1>
	<object id=Skype name=Skype align=baseline height=0 width=0 border="0"
	CLASSID="CLSID:830690FC-BF2F-47A6-AC2D-330BCB402664"> 
	<span class="c1">Failed to load Skype4COM control.</span>
</object>
<script language="Javascript" type="text/Javascript" for="Skype" event="CallStatus(Call, Status)"> 
 
  if(Status == 4)
  {
	 window.open('http://page.html?number=' + Call.PartnerHandle);
  }
</script>
</body>
</html>

Initial URL


Initial Description


Initial Title
Run custom apllication in skype (skypein)

Initial Tags


Initial Language
HTML