here is the problem with code
[CODE=javascript]if(questiontype == 'DA'){
var monthValue = "document.getEl ementById('mont h_"+sectionid+" _"+questionid+" ')";
var month = trimString(eval (monthValue).va lue);
var dateValue = "document.getEl ementById('date _"+sectionid+"_ "+questionid+"' )";
var date = trimString(eval (dateValue).val ue);...
Leave a comment: