I have a script that creates a series of form submits to a subsection of the same script (
docummenturl ). The form runs the script in a new window, which then auto closes when completed.
I would like each <input type="submit"> to auto submit rather than have human interaction.
Can I do this? Tried various onLods but they didn't work.
Can I do this with a redirect or an mvcall?
Bill
Comment