How to change the src (url) of a IFrame using JavaScript

H

How Can We Help?

How to change the src (url) of a IFrame using JavaScript

document.getElementById('iframe_id').src = 'newpage.html

iframe_id = The ID for the IFrame

newpage.html = The page that you want to load into the IFrame

About the author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

About Author

Ian Carnaghan

I am a software developer and online educator who likes to keep up with all the latest in technology. I also manage cloud infrastructure, continuous monitoring, DevOps processes, security, and continuous integration and deployment.

Follow Me