search for: _name_link

Displaying 1 result from an estimated 1 matches for "_name_link".

2006 Apr 28
5
Newbie: using date-picker
Finally found a nice date chooser script (http://projects.exactlyoneturtle.com/date_picker), but am a little confused how to implement it. So I put this where I need the date picker: <a id="_name_link" href="#" onclick="DatePicker.toggleDatePicker(''name'')" class="demo_link">[ choose date ]</a> <div id="_name_calendar" class="date_picker" style="display:none"></div> And the field th...