.highlightcolor
{ background-color: #DEEEEE;
padding: 7px;
}
.nohighlightcolor
{ background-color: #FFF6E6;
padding: 7px;
}
function isFormReady()
{
// event name exist?
if (document.scheduling.title.value.length < 2)
{ document.scheduling.title.focus();
alert("Please fill in the event title");
return false;
}
if (document.scheduling.description.value.length < 2)
{ document.scheduling.description.focus();
alert("Please fill in the event description");
return false;
}
if (document.scheduling.description.value.length > 750)
{ alert("Your event description contains "+document.scheduling.description.value.length+" characters, you must not exceed 750 characters.");
return false;
}
return true;
}
function checkRepeatDay()
{ return;
if (document.scheduling.repeatCount1.length == 0 || document.scheduling.repeatCount1.value
Wyszukiwarka
Podobne podstrony:
calfunction cal from jdcal oznrup eventt1355DEfunction cal to jdeventtypescal alarmfunction cal days in monthcal 1HyperlinkEvent EventTypewięcej podobnych podstron