Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8553853
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T14:44:55+00:00 2026-06-11T14:44:55+00:00

I have a webpage with multiple forms, each with it’s own controls. I want

  • 0

I have a webpage with multiple forms, each with it’s own controls.

I want to use the “onclick” event on the controls to run a JavaScript function.

Is there some way to tell which form contained the control that the “onclick” event came from?
I would like to do it without using the id of the form, but it’s OK if I have to.

(I want to do a submit, on which ever the form it came from.)

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T14:44:56+00:00Added an answer on June 11, 2026 at 2:44 pm

    You can get the form attributed to any input element by simply checking for it’s .form like so:

    For the element just set onclick="getForm(this);"

    // el gets passed by "this" within the onclick
    function getForm (el) {
        var form = el.form;
    }
    

    jsFiddle Demo – open console to see the “el” being passed in, as well as the parent form

    On a side note: I’d recommend not using onclick / onmouseover / any “JS” events within your HTML elements. Not only should these different things be separated in general, but in IE8 and lower, every single one of these events turns into a small script block element, which slows down performance.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to have multiple forms in the same webpage, all of them POSTing
I have a webpage that I use h1 tags multiple times within various DIVs
I have a requirement that in a webpage I have multiple block of content
I have multiple UpdatePanels on a webpage, one inside UserControl (Purple ColorBox as show
I have a webpage which displays multiple textual entries which have no restriction on
I have a webpage run on php with a few tables, input boxes, and
In my webpage I have multiple anchor tags and I have assigned them to
I want to create listbox in webpage . the listbox whould have a vertical
I am dealing with a webpage that has multiple forms..some basic HTML forms and
I have a problem. I have a bunch webpage that makes heavy use of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.