HTML Forms

HTML form specifes the name of the Hyper-G CGI object in the ACTION attribute of the form.

<HTML>
<HEAD>
<TITLE>CGI Reflector Test Form</TITLE>
</HEAD>
<BODY>
<FORM METHOD="POST" ACTION="cgi-reflect">
<em>Insert some text here.
It will then be echoed by the script.</em>
<p>
<TEXTAREA NAME="text" ROWS=2 COLS=60></TEXTAREA><P>
<INPUT TYPE="submit" VALUE="Execute the script">
</FORM>