Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!
Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.
Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!
[Solved] Pop up from JavaScript
(@Anonymous)
Joined: 1 second ago
Posts: 0
Topic starter
October 23, 2022 10:27 AM
Hi,
So I’ve got a JavaScript which displays a 300x250 banner.
I have a script that once the banner loads on a website, the script executes and loads a pop up overlay.
but I can’t make the frame inside the pop up load a website.
I have this problem;
The reason for this is, that Google is sending an "X-Frame-Options: SAMEORIGIN" response header. This option prevents the browser from displaying iFrames that are not hosted on the same domain as the parent page.
^^ anyone got a work around?
(@hans)
Famed Member Admin
Joined: 12 years ago
Posts: 2822
October 24, 2022 5:43 AM
If I understand your question right, you're looking at pulling content from another website into the banner frame or div?