vote up 0 vote down star

How can I toggle an iframe's scrolling between on, off and auto in javascript? I tried changing the frame.scrolling attribute to "yes", "no" and "auto", but it doesn't have any effect.

flag

1 Answer

vote up 2 vote down

Try setting the CSS attributes instead (overflow-x and overflow-y, or just overflow).

Link: http://www.w3schools.com/Css/pr_pos_overflow.asp

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.