Form Action using Ajax+Not working in IE

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • acoder
    replied
    Post your form HTML code.

    Leave a comment:


  • vetrib2w
    replied
    Yes there is an hidden action field .But i removed that field too even i am getting the error.
    Is there any other reason?
    Originally posted by acoder
    Have you got any fields named action in your form?

    Leave a comment:


  • acoder
    replied
    Have you got any fields named action in your form?

    Leave a comment:


  • vetrib2w
    started a topic Form Action using Ajax+Not working in IE

    Form Action using Ajax+Not working in IE

    Hi ,

    In short:
    How to change the form action attribute value using javascript and that need to supported in IE also ?

    BRIEF:

    I am using ajax function to submit the form.
    I am also changing the action of the form tdynamically using java script.Its is working fine in FF.But i am getting the ERROR as "object doesn't support this property or method" in IE

    I found that Error is occured in this line
    document.forms. FORMNAME.action = "hhtp://www.google.com"

    This is used to change the action url of my form.
    I have this few other options like
    document.FORMNA ME.action ,
    document.getEle mentById('FORMN AME').action.va lue .
    But nothing working in IE.
    Please help me.
Working...