Files
AzSuicideDataVisualization/.venv/Lib/site-packages/win32comext/axscript/Demos/client/ie/dbgtest.htm
2022-05-23 00:16:32 +04:00

17 lines
190 B
HTML

<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>