I found this new way of making a HTML Iframe called a HTML Object and I'm wondering how do I change the data tag strings?
<input id="linkfordata"/>
<br>
<object data="https://example.com" width="100" height"100">link broken</object>
The string I want to change is the link. I want to be able to get the val of the input and change the data in the object with Javascript. Does anyone know how?
Via Active questions tagged javascript - Stack Overflow https://ift.tt/CL3pYB8
Comments
Post a Comment