I have a website of a customer like the following code.
The admin of this site let me put my own JavaScript (myScript.js). How can I change from this point (DOM Operations ?) the given iframe width from 160px to 200px?
<div id="iframeDiv">
<iframe width="160px" scrolling="no" src=/test/placement_content.jsp">
<html>
<body>
<script src="myScript.js">
...
..
.