i try to work with jquery to make popup
but my problem it's bloked from google
my code
<script type="text/javascript">
$(document).ready(function () {
var flag = true;
if (event.target == this & flag) {
window.open('<? echo $lllllink ; ?>');
flag = false;
}
});
</script>
i think do it with any open to do mouse left click automatic but it's not work too any one can help ?