I am creating a webpage where I have to load iframes inside a div.
<div class="sketchfab">
<iframe class="myframe" src=""></iframe>
</div>
And below it I have links that should provide the source for iframe.
<div class="container">
<a href=#>A</a>
<a href=#>B</a>
<a href=#>C</a>
<a href=#>D</a>
And so on till Z
</div>
How can I do it?
The iframes display 3D animations of the sign gestures. So basically when I press hyperlink of A, the gesture of A appears... and so on..