DanielWilson
Junior Member
Posts: 6
Registered: 9/4/2009
Location: Indiana, USA
Member Is Offline
|
| posted on 9/4/2009 at 07:41 PM |
|
|
dynamic calendar creation breaks the form
I need to click a "add another" link to add another set of input boxes. The set includes a text box for dates and a calendar control.
It all works ... except the calendar.
function doAddCalendar(iPaymentNum){
$('#CalDiv'+iPaymentNum).html(new tcal ({ 'formname': 'add_payment',
'controlname': 'payment_date' +iPaymentNum
}));
}
If I have dummy text in there, it shows in the right spot. But with the new tcal call it shows the calendar icon, but nothing else
in the window. And the browser keeps trying to load.
http://www.gccswb.com/test/TestBoxes.php
I'll be glad to provide more info ... but I'm trying to to bury you in too much! Thanks for any help!
|
|
|
|