Saturday 30 June 2012

Simple Javascript


<html>
<head>
   <title>kamal Javascript Code</title>
</head>
<body>
<script type="text/javascript" language="JavaScript">
   document.writeln( "Hi Guys U r Using Kamal Code" );
var j = 10;
for (i=0; i<10; i++)
{
      j=j+1;
}
   document.writeln( "value of j="+j );
</script>
</body>
</html>

No comments:

Post a Comment