I want to turn scrolling off on a frame.
I need to do this with a javascript residing on the child document (src) of that frame.
I tried a few syntax combos without previal.
These all failed:
parent.frames[0].scrolling = 'no'
parent.frames[0].scrolling = 0
parent.framename.scrolling = 'no'
parent.framename.scrolling = 0
I only need this to work on a IE 6
I need to do this with a javascript residing on the child document (src) of that frame.
I tried a few syntax combos without previal.
These all failed:
parent.frames[0].scrolling = 'no'
parent.frames[0].scrolling = 0
parent.framename.scrolling = 'no'
parent.framename.scrolling = 0
I only need this to work on a IE 6
Comment