Hi,
I need to check if a specific field is on the page or not. It is put in dynamically, and is not always there. Is there a way to check it?
The input name is:
<input name="fldLocalExtrainAmount" type="text" id="fldLocalExtrainAmount" value="0" size="4" maxlength="1" onBlur="fnCalcLocalExtraTotalin (this.value);">
Thanks
I need to check if a specific field is on the page or not. It is put in dynamically, and is not always there. Is there a way to check it?
The input name is:
<input name="fldLocalExtrainAmount" type="text" id="fldLocalExtrainAmount" value="0" size="4" maxlength="1" onBlur="fnCalcLocalExtraTotalin (this.value);">
Thanks