I have a form that is created in cold fusion. When it is submitted, I am running an error check on the page that it is posted to to make sure all text boxes have been filled out. Not checking to see if the entered data is correct, but just to see that something was entered. I am running a loop to check this. <br><br>Here is my problem.... if Cold Fusion sees that one of the text boxes is empty, you have to go back and make the change. The only thing is, is that when you go back to make the changes.... all of the data is lost when it posted the first time. There is a lot of time spent in coding it to fill back out the data, and I was curious to see if there was a simple solution with JavaScript.<br><br>I want to find a script that will look through all of the text boxes on submission to see if they are filled out. I can write a code that will look at each individual box, but I was wondering if there was a way to loop through the boxes with something along the lines of a TabIndex. I want to save some time coding....<br><br>Thanks.