div/frames/js help please
div/frames/js help please
Out of context: Reply #4
- Started
- Last post
- 7 Responses
- dessalles0
i think you misunderstood. what i mean is this:
function visTog(obj, visibility) {
if(document.getElementByI
d){
top[obj].style.display
=
visibility;
return false;
}
}and to my understanding, you can still use the same values for the 'style.display property' as you would assign to the 'style.visibility' property.
sorry if this doesn't help