team-10/venv/Lib/site-packages/win32comext/axscript/Demos/client/ie/dbgtest.htm

17 lines
191 B
HTML
Raw Normal View History

2025-08-02 02:00:33 +02:00
<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>