How can I change the src attribute value of an iframe tag with javascript | Sololearn: Learn to code for FREE!
+ 1

How can I change the src attribute value of an iframe tag with javascript

17th Jun 2020, 2:48 PM
Posi
Posi - avatar
2 odpowiedzi
+ 9
document.querySelector("iframe").src="";
17th Jun 2020, 3:04 PM
Abhay
Abhay - avatar
+ 2
Thanks Abhay
17th Jun 2020, 3:12 PM
Posi
Posi - avatar