Sat Sep 17, 2011 11:56 pm
<html>
<title>Clear Array</title>
<head>
<script language="JavaScript">
<!--
function clearArray()
{
var colorArr= ["RED", "BLUE", "YELLOW"];
// clear the array.
colorArr.length = 0;
}
//-->
</script>
</head>
<body>
<SCRIPT language="JavaScript">
<!--
clearArray();
//-->
</SCRIPT>
</body>
</HTML>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.