iframe Scrollbar using JavaScript
can any one tell me how will i set scroll-bar to iframe t开发者_如何学编程hrough JavaScript ??
You can use overflow:hidden
on the stylesheet of the document inside the iframe
. This should remove the scrollbar. But I don't believe you can set it from the parent document if the page is from another domain.
精彩评论