Set the variable to different object and then try...
variable to different object
<html><body>
<script type="text/javascript">
<!--
var index;
document.write("Navigator Object Properties<br /> ");
for (index in anurag) {
document.write(aProperty);
document.write("<br />");
}
document.write ("Exiting from the loop!");
//-->
</script>
<p>Set the variable to different object and then try...</p>
</body>
</html>
Comments
Post a Comment