I m trying to display webpage into second website using iframe but i don't want to use iframe. Is their any way rather than iframe?
How to second website page into my first website?
Collapse
X
-
Tags: None
-
-
the problem is the type in that case (has to be a valid MIME-Type) - it should be:
or:Code:application/xhtml+xml
Code:text/html
but even then the question is why you dont want to use an iframe. the object element will respect the same origin policy as well, like an iframe does.Comment
-
same error i got like iframe.
Refused to display 'https://example.com/' in a frame because it set 'X-Frame-Options' to 'sameorigin'.Comment
-
You could also use this page:
to convert the website to an image,
and show this image.
But it's a bit unclear why you really want to show 'a website' witin another site.Comment
Comment