Drachsi
07-28-2008, 07:45 AM
1) Script Title: Popup Calendar
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex6/popcalendar.htm
3) Describe problem: I have a form with a selection as
<td valign="top" style="width: 396px">
<strong><span class="style3">
<input name="an" type="text" size="35" tabindex="5"></a></span></strong></td>
</tr>
<td valign="top" style="width: 396px">
<strong><span class="style3">
<input name="ab" type="text" size="35" tabindex="5"></a></span></strong></td>
</tr>
How do I use the code
<input type="text" name="choice1_1" onFocus="getCalendarFor(this)">
as I want the form to post the an and ab dates?
REgards
Drachsi
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex6/popcalendar.htm
3) Describe problem: I have a form with a selection as
<td valign="top" style="width: 396px">
<strong><span class="style3">
<input name="an" type="text" size="35" tabindex="5"></a></span></strong></td>
</tr>
<td valign="top" style="width: 396px">
<strong><span class="style3">
<input name="ab" type="text" size="35" tabindex="5"></a></span></strong></td>
</tr>
How do I use the code
<input type="text" name="choice1_1" onFocus="getCalendarFor(this)">
as I want the form to post the an and ab dates?
REgards
Drachsi