I have a Django website with this url that contains the following code in its footer template:
<img referrerpolicy='origin' id='rgvjjxlzwlaoesgtfukzjxlz' style='cursor:pointer' onclick='window.open("https://logo.samandehi.ir/Verify.aspx?id=314061&p=xlaorfthaodsobpdgvkarfth", "Popup","toolbar=no, scrollbars=no, location=no, statusbar=no, menubar=no, resizable=0, width=450, height=630, top=30")' alt='logo-samandehi' src='https://logo.samandehi.ir/logo.aspx?id=314061&p=qftinbpdshwllymawlbqnbpd' />
This code displays the image in the footer:
https://i.sstatic.net/vR7se.jpg
When clicked, it is supposed to show a popup page like this:
https://i.sstatic.net/BorZ7.png
(this is an example from the footer of another website named "toplearn.com", which resembles the page above.)
However, the popup page appears blank. Thank you for your help in identifying the issue.