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

  • SEARCH
  • Home
  • 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 7081193
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:53:21+00:00 2026-05-28T06:53:21+00:00

Ok so i have a form that has three input boxes, at the moment

  • 0

Ok so i have a form that has three input boxes, at the moment they’re text, but they will be changed to password. When the submit button is pressed i want the for to send the form data to an Ajax script.

I have this working with just one parameter the button looks like this:

<input type="submit" name="submit" value="Submit" 
    onClick="return pass(this.form.oldPass.value;">

Now i’ve tried adding the ‘this.form’ part three times because thats how many parameters the function would take but it just doesn’t seem to do anything:

<input type="submit" name="submit" value="Submit" 
    onClick="return pass(this.form.oldPass.value,
                         this.form.newPass.value, 
                         this.form.newPassCheck);">

Is this the right way to go about passing form data to a script? is there another way around it or am i just doing something wrong here?

thanks for the help, if you need anymore code i’ll add it.

  • 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-28T06:53:22+00:00Added an answer on May 28, 2026 at 6:53 am

    try this one. (you need jquery to do this.)

    <form>
     old pass <input type="password" id="old_pass" />
     new pass <input type="password" id="new_pass" />
     new pass confirmation <input type="password" id="new_pass_confirm"/>
    </form>
    

    in your .js file , write this:

    $(document).ready(function(){
        var old_pass = $('#old_pass').val();
        var new_pass = $('#new_pass').val();
        var new_pass_confirm = $('#new_pass_confirm').val();
    
        //then call your method with those vars as parameter
        anyMethod(old_pass, new_pass, new_pass_confirm);
    
    });
    
    //this is your function
    function anyMethod(old_pass, new_pass, new_pass_confirm)
    {
      //put your validation code or ajax call here...
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form that has three submit buttons as follows: <input type=submit name=COMMAND
I have a form with a table that has two input boxes, a select
I have a form that has a required input, but jQuery is saying that
I have a form that has a series of check boxes and some line
I have three pages that has forms on them. They all lead to one
So I have a form that has 4 inputs, 2 text, 2 hidden. I've
I have an input form that has 38 fields I know it's too much
I have an ASP.NET page that has three div s within the only form
I have a form that has multiple fields, and for testing purposes is there
If I have a form-backing object that has a complicated object tree -- say

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.