javascript problems on Explorer
- by jimbo
This seems to work on everything but explorer:
NextButJar.addEvent("click", function() {
if (this.disabled == true) {
alert("Please view all tabs first!");
return;
}
});
Any help welcome