演示
【程序编程相关:asp调用存储过程!转贴】 【推荐阅读:J2ME 2D小游戏入门之旅(一)游戏的】定义 【扩展信息:HTTP Link 】 tipsrc 数据源 (xml文件) tiplen 列表框长度 (数字) inputcase 大小写 ("upper"或者"lower") 示例 <input type="text" name="textfield" style="behavior:url(´htc/tip.htc´)" tipsrc="vslnm.php" tiplen="15" inputcase="upper"> htc文件 <!-- --------------------------------------------------------------------- // // file: tip.htc // version: 1.0 // description:下拉列表提示. // author: 伍维波 // //------------------------------------------------------------------------> <public:component id="tip" urn="wwb:tip"> <public:property name="tipsrc" /> //数据源,xml文件 <public:property name="tiplen" /> //列表框长度 ... 下一页