what i wanted is getting the index automatically ...example on cliking on the button it get the index of the array that is the [i], then i can use it
var i=document....
texbox=b[i].value;
because manually being inputed 0,1,2...
it will works
i cant use a for loop
for(var i=0;i<b.length;i++)...
Hello am getting a big problem with the following codes.
while{
//looping fetching data from php
and putting them in a textbox
<input type="hidden" name="p[]"value="<?php echo $fetech['from php']?>"> //everything it works
<input type="button" name="send" onclick="doing();">
}
here comes the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.