Register for VBS
function maxlength(field, size)
{
if (field.value.length > size)
{
field.value = field.value.substring(0, size);
}
}
function setState()
{
var oldState = '';
if(oldState != '')
{
for(i = 0; i < document.rform.state.options.length; i++)
{
if(document.rform.state.options[i].value == oldState)
{
document.rform.state.selectedIndex = i;
}
}
document.getElementById('rinstructions').innerHTML = "Thank you for registering your child. You may register a second child now using the same or different parent information.";
}
else
{
document.rform.state.selectedIndex = 25;
}
}
VBS 2011
July 25-29
Enter child’s information here:
