2019-06-28 UTC
# [Jamey_Sharp] HTML question: I have something that almost works entirely without JavaScript and I'm trying to eliminate the last bit. Is there any way, without using JavaScript, to get a click event to set the `src` attribute of an `iframe`? Using `<a target="name of iframe">` will navigate the iframe the same way that setting `src` would, but it doesn't actually change the value of `src`. 😢