===today htc===
<head>
<public:component tagname="day">
<<a href="http://pr.knowsky.com/">pr</a>operty name="value"></property>
<attach event="oncontentready" onevent="fninit()"></attach>
</public:component>
<style>
.clsday {
width:50;
height:50;
background-color: pink;
align:center;
text-align:right;
}
</style>
<scr<a href="http://ip.knowsky.com/">ip</a>t language="<a href="http://www.knowsky.com/article.asp?typeid=160">java</a>script">
<!--
function fninit()
{
document.body.innerhtml = '<font color="blue">' + element.value + '</font>';
document.body.classname = "clsday";
defaults.viewlink = document;
element.appointments = "";
element.date = element.value;
}
function fnshowa<a href="http://ppt.knowsky.com/">ppt</a>s()
{
newappointments = prompt("add your appointment:", element.appointments);
if (newappointments != null) element.appointments = newappointments;
document.body.innerhtml = '<font color="blue">' + element.date + '</font>' + "<br>" + '<font size="1">' + element.appointments + '</font>';
}
// -->
</script>
</head>
以上就是html组件(html components)之八的内容。