I am working with an iframe that has a fixed width and height of 400px. I want to load a web page in the iframe, but I need to adjust the width of the source to fit my iframe perfectly. The height is not an issue as I can add a scrollbar if needed. Here is the code snippet:
<div id="popup"><iframe src=\'http://www.google.fr' scrolling='yes' name='google' align='center' marginwidth='auto'></iframe></div>