HTML COMPONENTS Part 8

黄舟
Release: 2016-12-17 13:57:00
Original
1132 people have browsed it

===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 = &#39;<FONT COLOR="blue">&#39; + element.value + &#39;</FONT>&#39;; 
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 = &#39;<FONT COLOR="blue">&#39; + element.date + &#39;</FONT>&#39; + "<BR>" + &#39;<FONT SIZE="1">&#39; + element.appointments + &#39;</FONT>&#39;; 
} 
// --> 
</SCRIPT> 
</HEAD>
Copy after login

The above is the eighth content of HTML COMPONENTS. For more related articles, please pay attention to the PHP Chinese website (www.php.cn)!


Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template