Weese
Programmer
- Apr 3, 2003
- 17
I am having an input field like the below one.
<input type="text" id="txtSelectEmployee" size="55" maxlength="38" requiredInd = "R" value=" " />
In Ie, I am able to do like the below,
if(frm.txtSelectEmployee.requiredInd =="R"
-- code here
But this is not working in Mozilla. Any Idea.
<input type="text" id="txtSelectEmployee" size="55" maxlength="38" requiredInd = "R" value=" " />
In Ie, I am able to do like the below,
if(frm.txtSelectEmployee.requiredInd =="R"
-- code here
But this is not working in Mozilla. Any Idea.