Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

183
Views
in asp.net input button does not work in chrome using javascript

Why this input tag does not work Chrome browser :

asp.net code :

<td><input type="button" value="Go" class="btn" style="width: 40px; color:black;font-weight:normal;" onclick="return getPSAP();" ></td>

we used JavaScript method

window.navigate("MenuDisplay.aspx");
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

please find :getPSAP() function

 function getPSAP()
    {
        var obj = document.getElementById("table_data");
        var str = document.getElementById("<%=txtSAPPCode.ClientID%>").value;
        if (str == "") { return; }
        if (str == "0")
        {
            window.navigate("Menu.aspx");
            return;
        }
        for (var i = 0; i < obj.rows.length; i++)
        {
            if (obj.rows[i].cells[0].innerHTML == str)
            {
                window.navigate(obj.rows[i].cells[1].innerHTML);
                return;
            }
        }
        alert('You are not Authorised to view the same.')
    }
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!