Re: IE Error "Stop Running This Script"
On Oct 23, 3:05 pm, Thomas 'PointedEars' Lahn <PointedE...@we b.de>
wrote:
I don't what? And what do you think happens to that string?
[snip]
Gee, no kidding? More compatible? Perhaps your memory is not what it
used to be, if you feel the need to enlighten me about such things.
Regardless, it is stupid to use it unless you need to support some
truly ancient browsers. I myself use it in gateway code, but nowhere
else.
And quite frankly, I'll point out what I like. Whether you consider
it a mistake or not is irrelevant (as always.)
On Oct 23, 3:05 pm, Thomas 'PointedEars' Lahn <PointedE...@we b.de>
wrote:
David Mark wrote:
>
>
>
>
>
>
No, you don't. eval() does not even enter into it.
"Rik Wasmus" wrote:
Thomas 'PointedEars' Lahn wrote:
>David Mark wrote:
>>Thomas 'PointedEars' Lahn wrote:
>>>David Mark wrote:
>>>>On Oct 20, 5:48 pm, Conrad Lender <crlen...@yahoo .comwrote:
>>>>>[...]
>>>>>If your script really has to work for a very long time, you could
>>>>>split
>>>>>up execution into smaller parts. For example, if you're doing protein
>>>>>folding calculations, or raytracing, or meteorological simulations
>>>>>with
>>>>>javascri pt in a browser[0], you could run $n iterations, then call
>>>>>setTimeout ("continueCalcu lations()", delay-in-ms) to do the next $n
[unquoted]
David: Eval is Evil
Thomas: What has that got to do with it?
[/unquote]
>David Mark wrote:
>>Thomas 'PointedEars' Lahn wrote:
>>>David Mark wrote:
>>>>On Oct 20, 5:48 pm, Conrad Lender <crlen...@yahoo .comwrote:
>>>>>[...]
>>>>>If your script really has to work for a very long time, you could
>>>>>split
>>>>>up execution into smaller parts. For example, if you're doing protein
>>>>>folding calculations, or raytracing, or meteorological simulations
>>>>>with
>>>>>javascri pt in a browser[0], you could run $n iterations, then call
>>>>>setTimeout ("continueCalcu lations()", delay-in-ms) to do the next $n
[unquoted]
David: Eval is Evil
Thomas: What has that got to do with it?
[/unquote]
>>You don't see that?
>See what?
Aside from the fact he should indeed have quoted the posts in between:
>See what?
Aside from the fact he should indeed have quoted the posts in between:
'setTimeout("co ntinueCalculati ons()",deal-in-ms)'
vs.
'setTimeout(con tinueCalculatio ns,deal-in-ms)'
Thank you Rik. And yes, as Thomas was sure to point out, I mis-quoted
one of the responses. And he knew what I was talking about all
along.
one of the responses. And he knew what I was talking about all
along.
No, you don't. eval() does not even enter into it.
>
speaking, the string value is even more compatible than the Function
reference as the first argument.
reference as the first argument.
used to be, if you feel the need to enlighten me about such things.
Regardless, it is stupid to use it unless you need to support some
truly ancient browsers. I myself use it in gateway code, but nowhere
else.
And quite frankly, I'll point out what I like. Whether you consider
it a mistake or not is irrelevant (as always.)
Comment