Hi, I have generated the number of rows dynamically in a page. Now i would like to add validation to that fields . But when i do ,it didnt detect the field even by "id or name" .ie document.getElementId and also document .form.field name .both this are not returning no such field typo error. how to overcome this? Is it possible to validate this fields. guide me how to do this. Thanks
id="xxxx<?=$row;?>" onclick='getRow('<?=$row;?>')' javascript : getRow(param) objec = document.getElementById('xxxx'+param)........... ^^