am using as follows
<input type="text" value="<?php echo empty($this->session->store['actual_info']['actual_total_marketing_budget']) ? '' : $this->session->store['actual_info']['actual_total_marketing_budget']; ?>" readonly name="actual_total_marketing_budget" readonly id="actual_total_marketing_budget" size="30" style="height:20px; " onFocus="total_marketing_budget()"/></td>
here the issue when clicking on the textbox only it is getting or changing value i need the value without clicking on text box what i have to do. someone help me please