How do I invoke the scroll() method of a window object for a
scrollable IFRAME element in an HTML document?
I am using IE 7.0, and I thought the following would work:
document.frame0 1.scroll(x,y)
or possibly
document.getEle mentById('frame 01').scroll(x,y )
where the javascript is embedded within an HTML document containing
the following:
<IFRAME id="frame01" src="http://wrch.com/pages/1466587.php"
scrolling="yes" style="HEIGHT : 250px; WIDTH : 300px">
No support for IFRAME tag.
</IFRAME>
Thanks in advance for any help you may be able to provide.
John L.
scrollable IFRAME element in an HTML document?
I am using IE 7.0, and I thought the following would work:
document.frame0 1.scroll(x,y)
or possibly
document.getEle mentById('frame 01').scroll(x,y )
where the javascript is embedded within an HTML document containing
the following:
<IFRAME id="frame01" src="http://wrch.com/pages/1466587.php"
scrolling="yes" style="HEIGHT : 250px; WIDTH : 300px">
No support for IFRAME tag.
</IFRAME>
Thanks in advance for any help you may be able to provide.
John L.
Comment