height= "100%"
height= "100%"
Out of context: Reply #4
- Started
- Last post
- 29 Responses
- xrusos0
try this:
// height of elements above and below this one
var heightSubtract= 117;
var totalH;
var cellH;
ns4 = ((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4))
if (ns4) {
totalH = innerHeight;
}
else {
totalH = document.body.clientHeight;
}
cellH = totalH - heightSubtract;
document.write('[img src="clear.gif" widht="1" height="'+cellH+'"]');