J
|
Jane 12/26/2006 |
Hi, if(i<3 && i>1 && !bLoading) and replace it with this one: if(!bLoading)
if(SecondValue=="" && document.forms.editform.elements[SecondField].length<3)
if(SecondValue=="") |
M
|
mfred author 5/1/2007 |
I just worked my way back to this issue. I did as was noted. Not change occurred. It is confusing top people when the 1 selection menu that is supposed to be selected is the one that does not say "Please select". For instance. I am currently writing an application with 4 changed selection menus. all say "Please select" except for the one which people are supposed to select. This is considered a flaw by users. Please help. |