大雀软件园

首页 软件下载 安卓市场 苹果市场 电脑游戏 安卓游戏 文章资讯 驱动下载
技术开发 网页设计 图形图象 数据库 网络媒体 网络安全 站长CLUB 操作系统 媒体动画 安卓相关
当前位置: 首页 -> 网页设计 -> HTML/CSS -> HTML组件(HTML COMPONENTS)之八

HTML组件(HTML COMPONENTS)之八

时间: 2021-07-31 作者:daque

===today htc===

<head> <public:component tagname="day"> <property 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> <script language="javascript"> <!-- 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 fnshowappts() { 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>

热门阅览

最新排行

Copyright © 2019-2021 大雀软件园(www.daque.cn) All Rights Reserved.