Hi everyone,
I don't know if I'm posting in the right section but here's the thing:
I have web page in which are placed several iFrame objects, that open several websites.
But some sites that I want to open within the iFrame object doesn't show at all or show a message like "The author of that website does not authorize his website to be shown in a frame."
I have, so far, tried some PHP tag like readfile(); file_get_contents(); but they do the trick only once, not twice ... So I can't use them several times.
So my question is: how, with any programming languages that exist in this planet, I can bypass this protection and show the content of the website within a "frame" (or a <div>, or other)?
NL.
I don't know if I'm posting in the right section but here's the thing:
I have web page in which are placed several iFrame objects, that open several websites.
But some sites that I want to open within the iFrame object doesn't show at all or show a message like "The author of that website does not authorize his website to be shown in a frame."
I have, so far, tried some PHP tag like readfile(); file_get_contents(); but they do the trick only once, not twice ... So I can't use them several times.
So my question is: how, with any programming languages that exist in this planet, I can bypass this protection and show the content of the website within a "frame" (or a <div>, or other)?
NL.
Last edited: