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">
...
..
.
Thank you very much for advice. Best Regards,