Porsche.com
Porsche.com
Out of context: Reply #10
- Started
- Last post
- 18 Responses
- Blueman0
function show(id) {
document.getElementB yId(id).style.visibi lity = "visible";
}
function hide(id) {
document.getElementB yId(id).style.visibi lity = "hidden";
}
Crouwel
(Aug 29 05, 11:38)so i would put this code on the button?