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

103
Visualizações
Conditional New Tab Asp Javascript

I need to be able to open a New tab and display a pdf document inside it following a validation on the entered parameters. Here is my code:

<asp:Button ID="GetPaySlipBtn" runat="server" Text="Pay Slip" ForeColor="Navy" OnClientClick="SetTarget();" OnClick="GetPaySlipBtn_Click" />

and a JavaScript inside the page defining the SetTarget()

  function SetTarget() {
           document.forms[0].target = "_blank";
           window.setTimeout("document.forms[0].target='';", 500);
}

And here is the code inside the Onclick Function:

Response.Buffer = true;
                   Response.ContentType = "application/pdf";
                   Response.AddHeader("content-disposition", "inline;filename=" + "Report.pdf");
                   Response.Cache.SetCacheability(HttpCacheability.NoCache);
                   Response.Write( pdfDoc);
                   Response.End();

Now the issue is , when the parameters are not correct and instead of staying on the same page , the page opens another time on a new tab with the error message displayed.

so i have the same page opened twice.

Is there a way to condition the OnClientClick option.

Regards.

about 4 years ago · Juan Pablo Isaza
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