I would like to make a popup similar to the one from Kabum , but without a form, with only one image and the option of close.
I searched and found this code:
<a href="#" onclick="window.open('http://google.com', 'Pagina', 'STATUS=NO, TOOLBAR=NO, LOCATION=NO, DIRECTORIES=NO, RESISABLE=NO, SCROLLBARS=YES, TOP=10, LEFT=10, WIDTH=770, HEIGHT=400');">Clique para abrir a janela POP-up</a>
But it opens a new page and needs it to stay on the same site as the Kabum example.