dbgtest.htm 190 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <HTML> <BODY> <SCRIPT> b="Hello There, how are you" </SCRIPT> <SCRIPT LANGUAGE="Python"> print "Hello" a="Hi there" document.write("Hello<P>") alert("Hi there") </SCRIPT> </BODY> </HTML>