Brajet
Emerald
- DOLLAR$
- $15,213.97
I'm working on embedding a website using an iframe, and I want it to display NewSite.com. However, the only URL I currently have access to is OldSite.com. When I visit OldSite.com in a regular browser tab, it automatically redirects me to the new site, which is great. But when I try to use OldSite.com as the src of an iframe, the iframe remains blank—it doesn't display anything at all. I believe this happens because the original site no longer has actual content; it only performs a redirect. Since I don't know the final URL of NewSite.com, I can't set it directly in the iframe. Is there any method to follow that redirect within the iframe or otherwise reach the new site automatically?