I have this below html. And I would like the iFrame to cover the rest of the screen with 100% on whatever left. I tried \"100%\" and \"*\" in height attribute but not working. W
You could try simply using instead of
Example:
Note that most people will recommend against using any kind of framing (using object or iframe), for security purposes.
Update
I forgot! There may also be a way to adjust the iFrame dynamically using a javascript function that runs after the body loads. There is a very good example of it here.