We are trying to get an ASPX page to auto submit on load, passing hidden fields as parameters. The submit goes to an ASP file on a different server.
We were using a javascript submit in the onLoad event in the body tag, but ASPX appears to hijack this event.