I want to insert a calculator from another website into my website through iframe. There are dozens of products on my website, so I want this calculator to get price values automatically (now you have to manually change it). It should take the price value from the page and send it to the calculator, so the numbers are correct. Is it possible to automate this, if so how?
The code looks similar to this:
<iframe src="https://www.otherwebsite.com/calculator.php?layout=layout2&clientid=client1&price=3399&action=0&width=350&height=150" scrolling="no" frameborder="0" style="border:0; overflow:hidden; width:350px; height:150px;" ALLOWTRANSPARENCY="true"></iframe>
question from:
https://stackoverflow.com/questions/65875297/passing-value-from-site-to-iframe 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…