You are here: irt.org | FAQ | JavaScript | Frame | Q1707 [ previous next ]
The problem is that on some browsers (namely Opera a frame size specified as * does not work correctly, Instead you need to specifiy 0, but again this fails on other browsers. However, Jan Ehrhardt, found that the following seems to work:
<frameset cols="100%,0/*"> <frame src="about:blank"> <frame src="hidden.htm"> </frameset>