Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

284
Visualizações
Javascript Alert() popup not working for some users

I have a JavaScript alert popup in my .NET application and it works locally and for most users on production. But some users are complaining that it doesn't work for them on all browsers (Firefox, Chrome and IE). They are not seeing the popup on click of the button nor do they see any error. What could be the issue?

Below is the code snippet for reference -

.aspx code

<asp:Button ID="btnSubmit" runat="server" Text="Submit Registration" OnClick="btnSubmit_Click" />

.aspx.cs code

protected void btnSubmit_Click(object sender, EventArgs e)
{
 ScriptManager.RegisterClientScriptBlock((sender as Control), this.GetType(), "Registration Submitted", "alert('Your registration has been successfully submitted.'); window.location='Registration.aspx'", true);
}
about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

I had the same problem, if you run the Page.RegisterStartupScript method instead of the RegisterClientScriptBlock method, it will be fixed.

Page.RegisterStartupScript((sender as Control), this.GetType(), "Registration Submitted", "alert('Your registration has been successfully submitted.'); window.location='Registration.aspx'", true);

Or

ScriptManager.RegisterStartupScript((sender as Control), this.GetType(), "Registration Submitted", "alert('Your registration has been successfully submitted.'); window.location='Registration.aspx'", true);
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda