Hello people!
I have a problem when I open popups windows using javascript.
I’m using this to open popups:
window.open(pagina, id, "toolbar=yes,menubar=yes,location=no,scrollbars=yes,resizable=yes,width=800,height=600,top=0,left=0");
The problem is that all the new windows will be open in the same popup
and what I want is to open different popups.
Any suggestions? Thanks.