function mandatory(control)
{
if(cordys.getTextContent(control.getLabel()).indexOf('*')<0)
control.setLabel(cordys.getTextContent(control.getLabel())+" <font color='RED'>*</font>");
}
{
if(cordys.getTextContent(control.getLabel()).indexOf('*')<0)
control.setLabel(cordys.getTextContent(control.getLabel())+" <font color='RED'>*</font>");
}
No comments:
Post a Comment