Welcome Guest, Not a member yet? Register   Sign In
Browser issue with form submit
#1

[eluser]bhakti.thakkar[/eluser]
hi all,
i have made a form and it works fine in IE. but the submit fails in opera / firefox. below is my code. it doesn't give me any error. The submit button gets clicked but doesnt do any thing (doesn't invoke the method in the controller)

below is my code. what should be modified?
Code:
<?
$attributes = array('id' => 'mainform' , 'name' => 'mainform');
echo form_open('clientprofile/saveContactDetails/' , $attributes); ?>
<input type="hidden" name="Contact_ID" value="<?=$querycontacts->Contact_ID?>">
        <tr>
            <td class="tdheader">Name </td>
            <td class="datatd">&lt;?=$this->site_sentry->GetContactName($querycontacts->Contact_ID)?&gt;</td>
        </tr>

        <tr>
            <td class="tdheader">Telephone </td>
            <td class="datatd">&lt;input type="text" class="txtbox" name="Telephone_VC" value="&lt;?=$querycontacts-&gt;Telephone_VC?&gt;"> Short &lt;input type="text" class="smtxtbox" name="TelephoneShort_VC" value="&lt;?=$querycontacts-&gt;TelephoneShort_VC?&gt;"> </td>
        </tr>
            <tr>
            <td class="tdheader">Fax</td>
            <td class="datatd">&lt;input type="text" class="txtbox" name="Fax_VC" value="&lt;?=$querycontacts-&gt;Fax_VC?&gt;"></td>
        </tr>
        <tr>
            <td class="tdheader">Mobile</td>
            <td class="datatd">&lt;input type="text" class="txtbox" name="Mobile_VC" value="&lt;?=$querycontacts-&gt;Mobile_VC?&gt;"> Short &lt;input type="text" class="smtxtbox" name="MobileShort_VC" value="&lt;?=$querycontacts-&gt;MobileShort_VC?&gt;"> </td>
        </tr>
        <tr>
            <td class="tdheader">E-mail</td>
            <td class="datatd">&lt;input type="text" class="txtbox" name="EMail_VC" value="&lt;?=$querycontacts-&gt;EMail_VC?&gt;"></td>
        </tr>
        <tr>
            <td colspan=2> &lt;input type="submit" name="save" value="Save" style="cursor:hand"&gt;
            &nbsp;&lt;input type="button" value="Cancel" style="cursor:hand" name="Cancel"&gt;    
        </tr>
&lt;/form&gt;

Please help
Thanks


Messages In This Thread
Browser issue with form submit - by El Forum - 01-28-2009, 12:35 AM
Browser issue with form submit - by El Forum - 01-28-2009, 12:55 AM
Browser issue with form submit - by El Forum - 01-28-2009, 01:18 AM
Browser issue with form submit - by El Forum - 01-28-2009, 01:24 AM
Browser issue with form submit - by El Forum - 01-28-2009, 01:29 AM
Browser issue with form submit - by El Forum - 01-28-2009, 01:37 AM
Browser issue with form submit - by El Forum - 01-28-2009, 02:10 AM
Browser issue with form submit - by El Forum - 01-28-2009, 04:55 AM
Browser issue with form submit - by El Forum - 01-28-2009, 07:01 AM
Browser issue with form submit - by El Forum - 01-28-2009, 11:05 PM
Browser issue with form submit - by El Forum - 01-29-2009, 08:19 AM
Browser issue with form submit - by El Forum - 01-29-2009, 12:19 PM
Browser issue with form submit - by El Forum - 01-29-2009, 10:47 PM
Browser issue with form submit - by El Forum - 01-29-2009, 11:51 PM



Theme © iAndrew 2016 - Forum software by © MyBB