A Web server can
Terminology:
Scripts let
Following is a sample form.
Who Is Logged On Host ei.cs.vt.edu?
When you click the SUBMIT button, a list of users currently logged onto host ei.cs.vt.edu will be displayed.
Here is the HTML that generated the form:
<H2>Who Is Logged On Host ei.cs.vt.edu?</H2>
<P>When you click the <I>SUBMIT</I> button, a list of users currently
logged onto host ei.cs.vt.edu will be displayed.
<FORM METHOD=GET
ACTION="http://ei.cs.vt.edu/cgi-bin/wwwbtb/SampleForm.pl">
<INPUT TYPE=SUBMIT NAME="submit" VALUE="Run Command">
</FORM>
FORM tag identifies
INPUT tag says where to put buttons, fill-in fields, etc.
Return to CS6204 home page.
Last modified on 22 October 1996.
Send comments to abrams@vt.edu.
[This is http://ei.cs.vt.edu/~wwwbtb/fall.96/ClassNotes/FormsScripts/overview.html.]