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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:27:44+00:00 2026-05-27T01:27:44+00:00

I have written code for javascript but it is not called any how. I

  • 0

I have written code for javascript but it is not called any how. I tried to call both form html side and also by assigning attribute from page load event but it is not at all called.

This is the code for my javascript.

function rdbantiplatelet_onClick(thiscontrol, trName) {
    alert('hi');
    var RB1 = thiscontrol;
    var radio = RB1.getElementsByTagName("input");
    var trDose = document.getElementById(trName.toString());
//  var RB1 = document.getElementById("<%=this.rdbantiplatelet.ClientID%>");
//  var radio = RB1.getElementsByTagName("input");
//  var tblAntiplatelet = document.getElementById("<%=tblAntiplatelet.ClientID %>");

    for (var i = 0; i < radio.length; i++){
        if (radio[i].checked){
            trDose.style.display = "";
            return true;
        }
        else{
            trDose.style.display = "none";
            return true;
        }
    }
    return false;
    }

This is the code to call javascript written in page_load event..

rdbantiplatelet.Attributes.Add("OnClick", "return rdbantiplatelet_onClick(this,'" +  trDose.ClientID.ToString() + "');");
  • 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-27T01:27:45+00:00Added an answer on May 27, 2026 at 1:27 am

    Try an alert() first to make sure your onclick is firing, then try your rdbantiplatelet_onClick() function:

    rdbantiplatelet.Attributes.Add("OnClick", "alert('I am working');");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have written some code in my VB.NET application to send an HTML e-mail
I have written jQuery code, in files Main.html and ajax.php . The ajax.php file
I have written below code to check for blank value in my textbox but
I have written some JavaScript and jQuery code that accepts only numeric input in
I have written a HTML page which has following code. <div id=adsListContainer style=margin: 5px;>
I have written some JavaScript code. It adds new function to NodeList type in
I have a problem with a very simple piece of code written in Javascript,
I have written code that automatically creates CSS sprites based on the IMG tags
I have written code that opens 16 figures at once. Currently, they all open
I have written code in Java to access web cam,and to save image... I

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.