è possibile con javascript scrollare orizzontalmente un iframe?
Codice PHP:
<html>
<
head>
<
script type="text/javascript">
    function 
scorrimento() {
        
box document.getElementById("iframe1");
        
box.scrollLeft="300";

    }
</script>
</head>
<body onload="scorrimento()">
<iframe id="iframe1"  src="http://www.sito.it" height="400" width="500" frameborder="0" scrolling="auto"></iframe>
</body>
</html> 
ho provato così ma non funziona. Se utilizzo invece dell'iframe un div allora funziona