dbgtest.htm 190 B

12345678910111213141516
  1. <HTML>
  2. <BODY>
  3. <SCRIPT>
  4. b="Hello There, how are you"
  5. </SCRIPT>
  6. <SCRIPT LANGUAGE="Python">
  7. print "Hello"
  8. a="Hi there"
  9. document.write("Hello<P>")
  10. alert("Hi there")
  11. </SCRIPT>
  12. </BODY>
  13. </HTML>