Good morning, I was reviewing other topics on the site but I could not find a way to solve my problem, at the end I will include some of the other topics on Stack that I was reviewing.
I am trying to create an html file that can read url parameter to invoke that url in an iframe in such HTML,
e.g.: example.com/index.html?url=https://stackoverflow.com
and this way I could load it from my site using an extractor I have.
This problem arises because I have several locations for files and I need to simplify the access to them but at the same time to have all of them in a list. When I tried to use some themes in Stack to find my solution it only caused a massive load of iframes opening and loading that never finished until it reached the limit of ram available on the server and in other cases it didn't read the url set in the parameter
Just in case, I clarify what I am looking for:
I have my site examplea.com
and I want to display files through b.example.com?url=sitebackupA
and so on, I just need to achieve a url parameter with javascript, thank you very much!
These are the other issues where I was checking and only the TypeForm was something close to what I need
Pass Incoming URL Parameters to iframe src with Javascript Using Javascript for iFrame src URL Changing iframe src with Javascript