window.onload = function () {
new JsDatePick({
useMode: 2,
target: "prod_war",
dateFormat: "%Y-%m-%d",
});
showResult('SHOW', '', '');
};
The above functions fail to execute onload in Internet Explorer
The above functions fail to execute |
||||
|
Remove the "extra" comma :
IE complains about this - other browser tend to ignore it |
|||
|
|
?and it should also contain any error messages you receive ... and then once someone provides a useful answer you should accept it - If you have no idea how to accept an answer read this – ManseUK Jun 19 '12 at 10:50