»
EnglishFrenchVietnamese

Print - Xin's Popup calendar - JavaScriptBank.com

Full version: jsB@nk » Time » Calendar » Xin's Popup calendar
URL: https://www.javascriptbank.com/xin-popup-calendar-index.html

Xin's Popup calendar © JavaScriptBank.comXin's Popup Calendar makes inputting dates into forms as easy as point-and-click. Your user simply selects the date from a popup-window calendar, and it's automatically entered into the designated form field. This is one of the absolute best script of its kind, with the following noteworthy features: + Customizable date format (ie: y/m/d, m/d/y etc). + Fully customizable interface (colors, popup window dimensions etc). + Accommodation for different languages other than English and English calendar format + Fully cross browser functional- IE4+/Win, IE5+/Mac, NN4x, N6+, Opera6+/Win and Konqueror3/Linux.

Full version: jsB@nk » Time » Calendar » Xin's Popup calendar
URL: https://www.javascriptbank.com/xin-popup-calendar-index.html



JavaScript
<script language="javascript" src="cal2.js">/*Xin's Popup calendar script-  Xin Yang (http://www.yxscripts.com/)This notice must stay intact for use*/</script><script language="javascript" src="cal_conf2.js"></script><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


HTML
<form name="sampleform"><input type="text" name="firstinput" size=20> <small><a href="javascript:showCal('Calendar1')">Select Date</a></small><p><input type="text" name="secondinput" size=20> <small><a href="javascript:showCal('Calendar2')">Select Date</a></small></form><!--    This script downloaded from www.JavaScriptBank.com    Come to view and download over 2000+ free javascript at www.JavaScriptBank.com-->


Files
http://javascriptbank.com/javascript/time/Xin_Popup_calendar/cal2.jshttp://javascriptbank.com/javascript/time/Xin_Popup_calendar/cal_conf2.js