File size: 190 Bytes
10865e1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<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>