Problem: If I submit my simple html form that I have on my desktop to the server on my script, it will tell me it's been done correctly and if I want to submit again having incremented the value by 1, then I must hit back, add one to the old value and try to submit again.
Question: Is there a way to make a form where I can type in the range of numbers such as while between 1 and 200000 have the same form appear for me to hit submit, but each time it appears the value has incremented by one?
Again a regular form that gets submitted will exit, how can I get it to reload after a few seconds or maybe even automatically post and reload having incremented the value by one. It would be even better if I didn't have to touch anything at all, just have the form post and post and post and post to the script url I specify with the value incrementing by one each time until it has happened 200,000. Maybe I can include a 4 second delay to keep the script from binding up.
Thanks in advance, I know most scripts won't allow input from outside the server, but my server is designed for this way. Thanks again,
Chris