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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:07:01+00:00 2026-05-27T18:07:01+00:00

Hi i want following thing on my java script enabled form. Whenever i select

  • 0

Hi i want following thing on my java script enabled form. Whenever i select a Song on my song field album name should be auto filled from database.

enter image description here

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-05-27T18:07:02+00:00Added an answer on May 27, 2026 at 6:07 pm

    For this you will need two things

    1) On server side, create a “GET” method which will take “Song Name” (go for Song ID) as input and will return you the “Album Name”.

    2) Using jQuery make an ajax call to this GET function

    $.ajax({
        url: url, //Your GET URL
        beforeSend: function (data) {  
            //Show some busy indicator (optional)
        },
        data: inputs + '&time=' + new Date(), //Keep this "time" parameter, makes your call unique everytime
        success: function (data) {
            //Success
        },
        error: function (data) { 
            //Show error (optional)
        }
    });
    

    As you don’t have any “Submit” button, wire up key down event on your song name text box and on every key down, make a GET request, and on Success show album title in the respective text box.

    AAP Coding

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

Sidebar

Related Questions

I want the following layout to appear on the screen: FieldName 1 [Field input
Is there a language agnostic algorithm to name tuples? Specifically, I want the following
I want to ran the following script on text files that are being committed:
I have the following PHP-script, now I need to do the same thing in
I have the following form: <form action= method=get> <input name=form1 type=radio onclick=document.forms[0].testbox.value='0.00'; /> <input
I want the following functionality using php I have a csv file. Each file
i want the following functionality. input : this is test <b> bold text </b>
The problem is following: I want to automate the way my emacs starts. It
How to do the following: I want to have a link [upload image] which
I would like to achieve the following: I want a free Application Lifecycle Management

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.