Comment #1 on issue 1951 by [email protected]: Wrond displaying of js code
http://code.google.com/p/v8/issues/detail?id=1951

err wrong code
here is correct one
var name = prompt("Tell us your name", "");
                if ( !name )
                        name = "anonymous";
                
                
                var s = "<h1>Hello, "+name+"</h2>";
                document.write(s);

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to