commit | 1e0dffc42845487f9397d5a05e4288e1e3a0371b | [log] [tgz] |
---|---|---|
author | Grant Gayed <grant_gayed@ca.ibm.com> | Tue Jan 22 16:45:42 2013 -0500 |
committer | Grant Gayed <grant_gayed@ca.ibm.com> | Tue Jan 22 16:45:42 2013 -0500 |
tree | f7960e5f2f8855b81c4c216096f096b4dfd09b4f | |
parent | a059d92204470011c019cf7ee5233b9c3d69b273 [diff] |
g
diff --git a/hello.html b/hello.html index 35a7d90..21d1b72 100644 --- a/hello.html +++ b/hello.html
@@ -4,12 +4,14 @@ alert('received a message'); } window.loaded = function() { - window.addEventListener ("message", OnMessage, false); +// window.addEventListener ("message", OnMessage, false); alert("loaded"); + theJavaFunction('hi'); + alert("still alive"); // window.fnToinvoke = frame.fnToInvoke; }; </script> <body onload="loaded()"> -hi added onmessage +hi added bf </body> </html>