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

153
Visualizações
Close Tab not working properly using jquery

I am working on MCV core with the Dapper project. On one of my pages, I have a Grid that contains records and ACTION,

No Name Address Mobile UPDATE VIEW

1 XYZ XYZ 123 UPDATE VIEW

2 XYZ XYZ 456 UPDATE VIEW

When I click on the UPDATE Link from a specific row I am opening my new PAGE updareUserRecord.cshtml IN NEW TAB.

When I click on UPDATE BUTTON after updating the record in updareUserRecord.cshtml, record gets updated. On the SAME page, I have CLOSE BUTTON. I want to close the updareUserRecord.cshtml. Only.

Using Jquery and Javascript I have tried but some times below code work sometimes not. Can Anyone give me the perfect solution?

Like no matter, I want to close the PAGE.

This is the code I have tried.

@*<button type="button" class="btn btn-primary" id="btnClose" onclick="javascript:window.open('','_self').close();">Close</button>*@                
<button type="button" class="btn btn-primary" id="btnClose"  onclick="window.top.close();">Close</button>
<button type="button" class="btn btn-primary" id="btnClose"  onclick="window.close();">Close</button>
about 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

You can add simply click function using jQuery

$('#btnClose').click(function () {
  window.close(); //through writing this statement working also in browser 
  console
});

I think helps this solution Thank you :)
about 4 years ago · Santiago Trujillo 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