关于html中script和ActiveX交互的问题

 
关于html中script和ActiveX交互的问题<html>   
关于html中script和ActiveX交互的问题    
关于html中script和ActiveX交互的问题  
<head>   
关于html中script和ActiveX交互的问题  
<meta   http-equiv="Content-Type"   content="text/html;   charset=gb2312">   
关于html中script和ActiveX交互的问题  
<title>日历控件</title>   
关于html中script和ActiveX交互的问题  
</head>   
关于html中script和ActiveX交互的问题    
关于html中script和ActiveX交互的问题  
<body>   
关于html中script和ActiveX交互的问题  
<OBJECT   id=dtPicker   style="FONT-SIZE:   12px;   LEFT:   0px;   WIDTH:   110px;   FONT-FAMILY:   宋体;   TOP:   0px;   HEIGHT:   20px"     
关于html中script和ActiveX交互的问题  codeBase
=http://activex.microsoft.com/controls/vb6/MSComCt2.cab   classid="clsid:20DD1B9E-87C4-11D1-8BE3-0000F8754DA1">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="_ExtentX"   VALUE="2910">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="_ExtentY"   VALUE="529">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="_Version"   VALUE="393216">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="MousePointer"   VALUE="0">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="Enabled"   VALUE="1">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="OLEDropMode"   VALUE="0">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="CalendarBackColor"   VALUE="-2147483643">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="CalendarForeColor"   VALUE="-2147483630">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="CalendarTitleBackColor"   VALUE="7798784">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="CalendarTitleForeColor"   VALUE="16777215">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="CalendarTrailingForeColor"   VALUE="7829367">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="CheckBox"   VALUE="0">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="CustomFormat"   VALUE="yyyy-MM-dd">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="DateIsNull"   VALUE="0">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="Format"   VALUE="662831107">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="UpDown"   VALUE="0">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="CurrentDate"   VALUE="37582.0927083333">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="MaxDate"   VALUE="2958465">   
关于html中script和ActiveX交互的问题  
<PARAM   NAME="MinDate"   VALUE="-109205"></OBJECT>   
关于html中script和ActiveX交互的问题    
关于html中script和ActiveX交互的问题  
<a   href="javascript:get_Date()">get_Date()</a>   
关于html中script和ActiveX交互的问题关于html中script和ActiveX交互的问题  
<script   FOR=dtPicker   EVENT=CloseUp>...   
关于html中script和ActiveX交互的问题  alert(dtPicker.Year
+"-"+dtPicker.Month+"-"+dtPicker.Day);   
关于html中script和ActiveX交互的问题  
</script>   
关于html中script和ActiveX交互的问题关于html中script和ActiveX交互的问题  
<script   language="javascript">...   
关于html中script和ActiveX交互的问题  
function   get_Date()   
关于html中script和ActiveX交互的问题关于html中script和ActiveX交互的问题  
...{   
关于html中script和ActiveX交互的问题  alert(dtPicker.Year
+"-"+dtPicker.Month+"-"+dtPicker.Day);   
关于html中script和ActiveX交互的问题  }
   
关于html中script和ActiveX交互的问题  
</script>   
关于html中script和ActiveX交互的问题  
</body>   
关于html中script和ActiveX交互的问题  
</html>
鼠标移动到上面或者用代码直接取值时,总会提示“在此页上的ActiveX  控件和本页的其他部分的交互可能不安全。你想允许这种交互吗?”。选择允许就可以了,简单吧。
上一篇:车联网上云最佳实践(三)


下一篇:数组题目:全局倒置与局部倒置