View Single Post
Old 08-10-2003, 02:34 PM   #6 (permalink)
npa
Code Monkey
 
Join Date: Jul 2003
Location: canada
Posts: 82
npa is on a distinguished road
Quote:
Originally posted by sde
of course i tried it .. it did not work..
this works for me:
Code:
<html>
	<body>
	<script language="javascript">
		var k = 90;
		alert(k);
	</script>
	
	
	<script language="javascript">
		k++;
		alert(k);
	</script>
	</body>
</html>
__________________
direct entry file specification.
npa is offline   Reply With Quote