First-Dragon
Active Member
I am trying to add simple JavaScript pop up window to my WordPress site but it is not working. I tried to add the code in header and in main index template but no changes. Here is a code:
I added that just before the closing of head tag </head>, but it is not working.
Can someone help me, i don't know what can block this pop up.
Code:
<script language="JavaScript">
Test=window.open('http://test.org','Testing','toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=800,height=800,top=20,left=50');
</script>
I added that just before the closing of head tag </head>, but it is not working.
Can someone help me, i don't know what can block this pop up.