[latex]Mae govannen![/latex]
Ich meine mich zu erinnern, dass ein einfaches Try-Catch vollkommen ausreicht.
Ich vermeide try-catch soweit wie möglich und verwende lieber sowas:
if (/*@cc_on !@*/false) { // IE
var a = document.createElement('<input type="hidden">');
}
else {
a = document.createElement('input');
a.type = 'hidden';
}
Cü,
Kai
--
„It's 106 miles to Chicago, we got a full tank of gas, half a pack of cigarettes, it's dark, and we're wearing sunglasses“.
„Hit it!“
Selfzeugs
SelfCode: sh:( fo:| ch:? rl:( br:< n4:( ie:{ mo:| va:) js:| de:> zu:) fl:( ss:| ls:?
„It's 106 miles to Chicago, we got a full tank of gas, half a pack of cigarettes, it's dark, and we're wearing sunglasses“.
„Hit it!“
Selfzeugs
SelfCode: sh:( fo:| ch:? rl:( br:< n4:( ie:{ mo:| va:) js:| de:> zu:) fl:( ss:| ls:?