Capturing the current form and calling submit fails with "object doesn't support this method or property." Whether calling this.form.submit() or various combinations. Anyone have any idea why this would fail?
HTML Code:<form action="/ASX2/www/public/rankings.php" enctype="application/x-www-form-urlencoded" name="formWrap" id="formWrap" method="post" > ... </form> document.forms['formWrap'].submit() document.getElementById('formWrap').submit() this.form.submit()




Bookmarks