I/T/JavaScript2009. 6. 16. 15:20
<SPAN id=tx_marker_caret></SPAN><?xml version="1.0" encoding="EUC-KR" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR" />
		<title>For statement example</title>
	</head>
	<body>
		<script type="text/javascript">
			for(x=0 ; x<3 ; x++) {
				document.write("x = " + x + "<br/>");
			}
		</script>
	</body>
</html><SPAN id=tx_marker_caret></SPAN>

Posted by 황타