Hi. As PHP is not supported maybe you can help me on this...
I want to integrate a very specific webshop app into my website. At one page of my site there is a little search-box-form (integrated via iframe) which sends the values via URL parameters to a search-result-site at my website. At this search-result-site there again I have to call an iframe from the webshop. The iframe-source-link of this webshop-site should include the search querries submitted from little search-box-form as URI-querry / URL-parameter.
With PHP my search-result-site looks like the following code. (This code works with PHP). But in my specific case I can´t use PHP. I have to do it with Java Script and plain HTML.
How can I do this with Java Script / without PHP? Is it possible? How to read the URI querry and attach it to the new iframe source link?