Let’s say i got a link on a homepage,
and an iFrame on the following page.
Now i need to make that link on the homepage
to pass an URL to the iFrame on the following page (on click),
so the iFrame can load that URL.
How would i approach this without using any JS?
I know how to do this on a single page, where i click a link and just target the iFrame.
But doing this over two different pages (passing the URL) is too high for me.
Thanks in advance!
Roughly said:
Homepage:
Nextpage.php: