I have a bunch of pages that have inline frames, and I want to make it so the frames doesn't have scroll bars, and instead the height of the frame matches the content of the frame. It what "height=100%" would do in an ideal world, but doesn't. I've been told that you can do this with javascript, and some people even though a css style might to the trick. Does anybody know?