Hello Ranchers..
How can i create the
java script using the array objects
<script language="JavaScript1.4" type="text/javascript">
function test(i)
{
//alert(i);
var val = document.menuform1.menu(i).value;
alert(val);
}
</script>
menu(i) is the name of the combo box.
there are 8 combo boxes created dynamically..
and i've give the code like this
<select name="menu[#i#]" onchange="test(#i#)">
and when i run the page.. it is showing error..
How can i do the code..
Please help me ranchers..
Thanks in advance
regards
Aravind