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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T20:15:16+00:00 2026-06-07T20:15:16+00:00

So I have two form input fields which are mutually exclusive to each other(User

  • 0

So I have two form input fields which are mutually exclusive to each other(User can only type in any one of the two fields). I use onKeyUp event on these fields to disable each other.
Once user types in the data and hits the submit button I make an Ajax call to refresh screen content and at this time the typed in field still contains the data typed prior to Ajax call but the other input field is no more disabled (as onKeyUp event never triggered).
I tried using Dojo’s addOnLoad event but and then checking for the length of Input fields but thats throwing an undefined error on input field.
Any suggestions how to fix this scenario?
PS: This page doesn’t have a body tag and I can’t add one either to use body onLoad event.

  • 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-07T20:15:18+00:00Added an answer on June 7, 2026 at 8:15 pm

    I’m assuming in Dojo you have smth similar to handle your Ajax call

    dojo.xhrPost({
        // The URL of the request
        url: "submit.php",
        // No content property -- just send the entire form
        form: dojo.byId("form"),
        // The success handler
        load: function(response) {
            messageNode.innerHTML = response;
        },
        // The error handler
        error: function() {
            messageNode.innerHTML = "Your ERROR message."
        },
        // The complete handler
        handle: function() {
            hasBeenSent = true;
        }
    });
    

    Then on complete handler – handle, which will fire both on success or error, you can re-disable the input

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

Sidebar

Related Questions

I have a form with two input text fields: <input id=ModelName_test_0 name=ModelName[test][0] type=text> <input
I have an input form with two textareas allowing a user to type in
I have a form which contains a dropdown and two input fields. <h:selectOneMenu />
I have two form fields on my view page, a date input (with a
I have a usual login form consisting of two input fields, one for login,
I have a form with two text_fields: <input type=text id=post_name name=post[name] /> <input type=text
I have two buttons on my MVC form: <input name=submit type=submit id=submit value=Save />
I currently have two input fields which toggle the value value to either true
I have a form which has multiple input fields, and 3 main options. depending
I have a form in which the user can either select from a pre-existing

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.