-
how to pass this.form like value in text link ??
hello forums !!
i had a text link to submit the form
Ex:
<a href="#" onclick="validate(this.form,this.form.length)">submit</a>
i want to pass those values but errors occurs, this.form is not a property, but i need to pass that value..
any idea !!
awaiting for your help
-
-
You need to use document.forms['form_name_or_id'] instead. The fact that you're passing the form's length in there means you're probably accessing elements as properties of the form, rather than using the form's elements collection. Don't do that.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks