CODE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Skype4COM example</title>
<script type="text/javascript">
function startSkype()
{
if (!Skype.Client.IsRunning)
{
Skype.Client.Start(true);
}
}
</script>
</head>
<body onload="startSkype()">
<object id="Skype" name="Skype" height="0" width="0" classid="clsid:830690FC-BF2F-47A6-AC2D-330BCB402664" codebase="http://localhost/Skype4COM.dll">
<span style="color: red">Failed to load control.</span>
</object>
<script type="text/javascript" for="Skype" event="UserStatus(Status)">
alert('change my status!!!');
</script>
</body>
</html>
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Skype4COM example</title>
<script type="text/javascript">
function startSkype()
{
if (!Skype.Client.IsRunning)
{
Skype.Client.Start(true);
}
}
</script>
</head>
<body onload="startSkype()">
<object id="Skype" name="Skype" height="0" width="0" classid="clsid:830690FC-BF2F-47A6-AC2D-330BCB402664" codebase="http://localhost/Skype4COM.dll">
<span style="color: red">Failed to load control.</span>
</object>
<script type="text/javascript" for="Skype" event="UserStatus(Status)">
alert('change my status!!!');
</script>
</body>
</html>
What's my wrong?
And why this page http://testing.onlytherightanswers.com/skypebeta/Users.htm has down?