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 6329267
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:37:34+00:00 2026-05-24T17:37:34+00:00

So I have some input text fields and a button <input type=text value=a/> <input

  • 0

So I have some input text fields and a button

<input type=text value="a"/>
<input type=text value="b"/>
<input type=button onclick=???/>

and I want to use the values of those text fields as the parameters in a function that gets called when i click a button, say

function foo(a,b) {
    dostuff(a);
    dostuff(b);
}

I don’t know what to put in the question marks. So what gets the value of the text inputs, I don’t think document.getElementById gets the value of them, just the element itself.

  • 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-05-24T17:37:36+00:00Added an answer on May 24, 2026 at 5:37 pm

    There are multiple ways to access those values, but the recommended one is to start by giving the input elements ID’s.

    <input type=text value="a" id="a"/>
    <input type=text value="b" id="b"/>
    

    Now, you can use document.getElementById to get the element, and then the value

    <input type=button onclick="foo(document.getElementById('a').value,document.getElementById('b').value)" />
    

    Note the use of ‘ vs ” due to them being nested…

    But you could also just pass the ID’s to foo, and have foo do the getElementById-stuff.

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

Sidebar

Related Questions

I have a drop down box and some text input fields below it. Based
I have some input fields in a page and i want to validate if
I have 2 radio button (i.e., <input type=radio>) with values yes,no Now, I need
I have a View where some input text to be added dynamica using jquery,
Let's say I have some HTML and Javascript which adds text fields dynamically to
I have some test code here <input type=radio name=group1>1 <input type=radio name=group1>2 <input type=radio
I want to append some elements with a button. But they have to have
I have created some tables with text fields inside, like in the contacts for
I have javascript function that automatically adds input fields together, but adding numbers like
I have some Javascript that dynamically adds rows/fields when you click the button, Add

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.