Welcome Guest, Not a member yet? Register   Sign In
Codeigniter with Ajax
#5

[eluser]Joshi[/eluser]
Here is my code :
Code:
<table id="ACH" width="100%"  border="0" cellspacing="5" cellpadding="0">

    <tr>
    <td  width="120" align="right" class="tahoma12blk">Account No :<span id='require'>*</span></td>
    <select name="accountNoForACH" id="accountNoForACH">
    &lt;?php if($bnkDetails)
        {
        foreach($bnkDetails as $in){?&gt;
            <option value="&lt;?php echo decrypt($in->accountNo) ?&gt;">&lt;?php echo &lt;?php echo decrypt($in->accountNo) ?&gt;; ?&gt;</option>
        &lt;?}    
      }?&gt;
    </select>
    </td>
</tr>
  <tr>
    <td  width="120" align="right" class="tahoma12blk">Bank Name :<span id='require'>*</span></td>
    <td><span id="bankName">&lt;input type="textbox" id="bankNameForACH" name="bankNameForACH" value="&lt;?php echo $bankNameForACH ?&gt;" class="input"/&gt;&lt;/span></td>
  </tr>
</table>

I have tried many possibilities ,it doesn't seems to work. i have used onchange in <select></select>
Statement. i have used onchange event in select method but it doesn't get printed in the post.
Please help me correct the problem.


Messages In This Thread
Codeigniter with Ajax - by El Forum - 05-28-2010, 03:11 AM
Codeigniter with Ajax - by El Forum - 05-30-2010, 12:38 PM
Codeigniter with Ajax - by El Forum - 05-30-2010, 11:39 PM
Codeigniter with Ajax - by El Forum - 05-31-2010, 05:20 AM
Codeigniter with Ajax - by El Forum - 05-31-2010, 05:38 AM
Codeigniter with Ajax - by El Forum - 05-31-2010, 05:40 AM
Codeigniter with Ajax - by El Forum - 05-31-2010, 05:42 AM
Codeigniter with Ajax - by El Forum - 05-31-2010, 05:42 AM
Codeigniter with Ajax - by El Forum - 05-31-2010, 05:46 AM
Codeigniter with Ajax - by El Forum - 05-31-2010, 05:48 AM
Codeigniter with Ajax - by El Forum - 05-31-2010, 05:52 AM
Codeigniter with Ajax - by El Forum - 05-31-2010, 06:00 AM
Codeigniter with Ajax - by El Forum - 05-31-2010, 06:38 AM
Codeigniter with Ajax - by El Forum - 05-31-2010, 06:42 AM
Codeigniter with Ajax - by El Forum - 05-31-2010, 06:46 AM
Codeigniter with Ajax - by El Forum - 06-01-2010, 03:18 AM
Codeigniter with Ajax - by El Forum - 06-02-2010, 01:05 AM
Codeigniter with Ajax - by El Forum - 06-02-2010, 07:20 AM
Codeigniter with Ajax - by El Forum - 06-02-2010, 07:54 AM
Codeigniter with Ajax - by El Forum - 06-02-2010, 10:19 AM



Theme © iAndrew 2016 - Forum software by © MyBB