HI,
I'm using Apex 4.2.6 i have created on tabular form... For two fields i gave HTML element attributes as readonly=TRUE.... When i'm adding a new row also its displaying as readonly, but i want to enter the field...
I dont know how to create a javascript for this... But i have tried some code...
<script type='text/javascript'>
function
document.getElementById("add row button id");
onclick.{setattr((("f03") readonly=false)
(("f05") readonly=false)
}
</script>
Used it in HTML Header no use... i know i'm missing something...I have never tried javascripts before... Also I want to learn about form validations... I have surfed threw internet not found anything useful...
Thanks in advance
Infant