Jump to content
xisto Community

Ashkan

Members
  • Content Count

    1
  • Joined

  • Last visited

Posts posted by Ashkan


  1. maybe it is too late :-)
    But you can use document.all.f2 instead of document.f2.

    I want to make a form nested in another form, it's run on Opera and FireFox but it's occur error in IE
    <form name="f1">
    <input type="text">
    <form name="f2"><input type="text">
    <input type="button" onclick="document.f2.submit();">
    </form
    </form


    How can I make form f2 submit by using javscript ???
    (I want to solve this problem because my website using Ajax upload


×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.