|
Re: Eval Limitations in IE7: msg#00227java.dwr.user
Mike, This is not common across IE 7. It depends on the scripting engine. You can check this via the following: <html> <body> <script> /*@cc_on @*/ function GetScriptEngineInfo(){ var s; s = ""; // Build string with necessary info. s += ScriptEngine() + " Version "; s += ScriptEngineMajorVersion() + "."; s += ScriptEngineMinorVersion() + "."; s += ScriptEngineBuildVersion(); return(s); } alert("Javascript version is "+@_jscript_version+" build "+@_jscript_build); alert(GetScriptEngineInfo()); </script> </body> </html> I don't see the problem you mention. I am on Version 5.7, build 5730. Quoting Mike Cantrell <m.j.cantrell-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx>: DWR uses a lot of evals to de-serialize data into javascript data
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Eval Limitations in IE7, Mike Cantrell |
|---|---|
| Next by Date: | Re: Eval Limitations in IE7, Mike Cantrell |
| Previous by Thread: | Eval Limitations in IE7, Mike Cantrell |
| Next by Thread: | Re: Eval Limitations in IE7, Mike Cantrell |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |