Good day
I just wanted to know, can I run the event so
for example >>
window.open("http://google.ru"); but I suppose I need not quite a link
I need for example like this,
this is part of the code, running in javascript another javascript
<script> window.open();{сторонний javascript }; window.focus(); </script> I haven’t checked the full code yet. Can it be done like this or it won't work? so that I don’t have to dig too much and do not waste time, I want to know, I study and collect knowledge by poking trial and error.
open()accept a callback as an argument? - Byulent