XQTO.com    A Collection of Web Scripts
Home | Table Manager | File Manager | Date Picker |Help Forum

XQTO Date Picker

XQTO Date Picker - Free to use Javascript and Flash date picker.

Demo:
date picker

Simple to install and at only 8K in size it adds much less weight to your page than most other date pickers.

XQTO Date Picker

HOW TO ADD THE DATE PICKER TO A WEB PAGE

Upload the following files to the same directory as your page. datepicker.gif, datepicker.js, datepicker.swf

Insert the following code into your page where you want the date field to appear. Make sure the <div> tag remains intact. You can change the input field name from mydatefield to a name of your choice.

<div>
<input name="mydatefield" type="input" value="" readonly="readonly"/>
<a href="#"><img id="dpicon" src="datepicker.gif" alt="date picker" width="17" height="20" border="0" /></a>
</div>

Copy the following code into your page anywhere between the <body></body> tags. It does not matter too much exactly where it appears as it will not change the layout of your page. The javascript line can not be moved to the <head> tags.

<script src="datepicker.js" language="javascript"></script>
<div id="datepicker" style="position:absolute; width:277px; height:271px; z-index:1; visibility: hidden;" onmouseover="javascript:dpmouseover=true;" onmouseout="javascript:dpmouseover=false;">
<object id="fdatepicker" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" type="application/x-shockwave-flash" width="230" height="230">
<param name="movie" value="datepicker.swf" />
<param name="wmode" value="transparent" />
<param name="quality" value="high" />
<param name="swfversion" value="8.0.35.0" />
<embed name="fdatepicker" wmode="transparent" src="datepicker.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="230" height="230"></embed>
</object>
</div>

 

 

 

 

 

 

 

Copyright © 2008 XQTO.com. All rights reserved.