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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T09:10:36+00:00 2026-05-23T09:10:36+00:00

I have an HTML form with three fields: Status Department, and Delivery Method I

  • 0

I have an HTML form with three fields:

  • Status
  • Department, and
  • Delivery Method

I want to display or hide the fields, depending upon whether the user’s browser supports JavaScript.

I’m also trying to set one field based upon the value of the other. If status is set to DE, then I want to set the value of delivery method to DE as well.

How would I go about implementing this functionality?

  • 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-23T09:10:37+00:00Added an answer on May 23, 2026 at 9:10 am

    Aren’t fields you are using created using html tag? I’m not sure how you can use JAVA to disable them but you can surely use a simple javascript statement.

    Say the status field has the id as ‘fStatus’.
    Then you can simply do the following:

    <script type="text/javascript>
    document.getElementById('fStatus').type = 'hidden'; //to hide it and
    document.getElementById('fStatus').type = 'text';   //to un-hide it
    </script>
    

    Now to execute to execute a function when status changes you will need to modify the html a bit. Like this:

    <input type="text" id="fStatus" onChange="validate()" />
    

    and to execute the same function when the page load, modify body as such:

    <body onLoad="validate()">
    

    The appropriate javascript function would be:

    <script type="text/javascript">
    function validate()
    {
      if(document.getElementById('fStatus').value == "DE")
      {
        document.getElementById('fDelivery').value = "DE"; // Assuming that the id of the delivery field is 'fDelivery'
      }
    }
    </script>
    

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

Sidebar

Related Questions

Here is a problem. I have an HTML form with several fields in it.
I have an HTML form which consists of several fieldsets (each has identical fields).
I have this form in HTML: <form action=# method=post> <label for=label-id>id</label> <input type=text name=id
I have an HTML form where I have two fields: username and password. Now,
I have the following problem: I have a form with three text input fields,
I have HTML form with lots of select and input fields, using it a
There are some HTML based games (ie bootleggers.us) that have a simple login form
I have an HTML form - with PHP, I am sending the data of
I have a HTML form, and I have a Controller Action that accepts the
I have an HTML form generated by JSF which maps an input element to

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.