In my asp/vbscript page, I want to enter some date fields. I am using
following code for this using Date picker control. How can I make sure
that, the code will work every where, even if my client has not installed
these activex control already. Is there any way to
package the controls used in my page and install/download it at the clients
machine on demand.?
My code follows:
----------------
<OBJECT classid=clsid:20DD1B9E-87C4-11D1-8BE3-0000F8754DA1
height=50 id=DTPicker1
style="DISPLAY: list-item; HEIGHT: 23px; WIDTH: 100px">
<PARAM NAME="CustomFormat" VALUE="dd-MMM-yyyy"><PARAM NAME="DateIsNull"
VALUE="0"><PARAM NAME="Format" VALUE="662831107"><PARAM NAME="UpDown"
VALUE="0"><PARAM NAME="CurrentDate" VALUE="37210"><PARAM NAME="MaxDate"
VALUE="2958465"><PARAM NAME="MinDate" VALUE="-109205"></OBJECT>
Biju Thomas