Hi,
my problem is that Object.prototyp e don't work in ie6 my function are
[CODE=javascript]
Object.prototyp e.hide = function() { this.style.disp lay = "none"; }
Object.prototyp e.show = function() { this.style.disp lay = "block"; }
[/CODE]
what to do that it would work in ie6
my problem is that Object.prototyp e don't work in ie6 my function are
[CODE=javascript]
Object.prototyp e.hide = function() { this.style.disp lay = "none"; }
Object.prototyp e.show = function() { this.style.disp lay = "block"; }
[/CODE]
what to do that it would work in ie6
Comment