Open link in another tab when clicking button

1

I already know how to open in another window, I want when I close it, update my site!

Your code is this:

<a href="https://www.blogger.com/blogger.g?blogID=811315793714916374#" onclick="window.open('http://bit.ly/loga-se','pagename','resizable,height=260,width=370'); return false;" style="font-size: xx-large;" target="_blank"><img border="0" src="https://1.bp.blogspot.com/-K_dSSmrPEjI/V_ZrScV1fdI/AAAAAAAAA_U/gJyCpyJT47c4Y4dYkB99_I_sxf4_X2q_gCLcB/s1600/bt.PNG"/></a>

    
asked by anonymous 09.10.2016 / 18:30

1 answer

0

Hello, maybe you want the attribute window.close()

This attribute will refresh a page described every time you close the page with the button.

See if that fixes:

onclick="window.open('http://bit.ly/loga-se','pagename','resizable,height=260,width=370'); return false; window.close(https://www.blogger.com/blogger.g?blogID=811315793714916374#)"

I hope it helps!

    
09.10.2016 / 20:16