function populate_dates()
{
var arryear = inputform.arryear[inputform.arryear.selectedIndex].value;
document.write(parseint(arryear)+1)
}
I get the fabolous object expected error when trying to use parseint! Whats wrong? Ive tried it in a 100 ways and i get the same error? How is this possible?!?!?!
{
var arryear = inputform.arryear[inputform.arryear.selectedIndex].value;
document.write(parseint(arryear)+1)
}
I get the fabolous object expected error when trying to use parseint! Whats wrong? Ive tried it in a 100 ways and i get the same error? How is this possible?!?!?!