It's version 5.6.6626.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Will Dean Sent: Tuesday, June 25, 2002 4:38 AM To: [EMAIL PROTECTED] Subject: RE: [DQSD-Users] error with beta 13 At 23:04 24/06/2002 -0300, you wrote: >IE6 That's very strange, because is this is usually a problem with an out-of-date version of JScript. Could you paste the following bit (between the ///) into a file with a .JS extension and then run it (just double-click it) and tell us what it says. It should be 5.6.something. I can't attach the file, because sourceforge won't let me post .JS attachments... Will // /////////////////////////////////////////////// function GetScriptEngineInfo(){ var s; s = ""; // Build string with necessary info. s += ScriptEngine() + " Version "; s += ScriptEngineMajorVersion() + "."; s += ScriptEngineMinorVersion() + "."; s += ScriptEngineBuildVersion(); return(s); } WScript.echo(GetScriptEngineInfo()); // ////////////////////////////////////////////////// ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Dqsd-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-users http://sourceforge.net/mailarchive/forum.php?forum_id=8601 ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ Dqsd-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-users http://sourceforge.net/mailarchive/forum.php?forum_id=8601
