Havvy
11-03-2006, 04:36 AM
Can somebody please post me a sample code of creating a form object (textbox) and that is read and put into the array called sampArray that has an indefinite (or 100 if that's not possible) amount of elements. I want it so that when you hit the submit button, it shall take it, and check to see if it's a number. If it is, it will add it with the last digit, which starts at 0, and print the result in another textbox. There will also be another button that when clicked, will initialize a for loop. Please use (i=0; ...; i++) as what needs to be done. You need to fill in the ... . During every pass through the loop, it shall take sampArray[i] and post it followed by a new line.
I only ask of this because I learn visually. I tried to be as specific as possible, so if you need any extra information, just ask. I need to see the code. Also, is there a way to make a form action equal none?
Thanks in advanced. Havvy.
I only ask of this because I learn visually. I tried to be as specific as possible, so if you need any extra information, just ask. I need to see the code. Also, is there a way to make a form action equal none?
Thanks in advanced. Havvy.