hi, i just record a script using badbay. It is about a precedure like form submit.
Problem is : on first page i will input something, and then on second page a form is generated based on the input, so there's one hidded attribute like this <input type=hidden id="grpcount" name="grpcount" value="3"/> Here the value 3 is changed every time. Then i need to submit this form. In Badboy's script, it is recored as a parameter valued 3. But as the first page's input is changed each loop, so it can not be 3 each time. How can i change script to meet this requirement? Can this parameter be dynamic, just reading from the previous page? thanks! Regards! Chen Song

