next up previous
Next: Ja-Nein Abfragen: Up: Templates, Exceptions sowie Pogrammierung Previous: CGI-Schnittstelle:

Eingabefeld

Ihr Programm könnte folgenden Text (über) stdout ausgeben: Wichtig ist das zusätzliche \n nach ``Content-type''!
Content-type: text/html

<HTML>
<!! (c) 1997 Student of the year >
<!! mycgiprg.cc - initial version 0.1 alpha >

<TITLE>My first CGI-Program</TITLE>

<BODY>
<H2>My first CGI-Program</H2>
<HR>

<FORM METHOD="POST" ACTION="http://miss.wu-wien.ac.at:81/USERCGI/mycgiprg">
<CENTER>
<H3>Bitte geben Sie Ihren Namen ein:</H3>
<P>     Enter Username: <INPUT NAME=USERNAME TYPE="text" SIZE=20>
<INPUT TYPE="submit" VALUE="Connect">
<INPUT TYPE="reset" VALUE="Clear">
</CENTER>
</FORM>

<HR>
<p><h6>
Copyright &#169; 1997 by Student of the year
</h6></BODY>
</HTML>


next up previous
Next: Ja-Nein Abfragen: Up: Templates, Exceptions sowie Pogrammierung Previous: CGI-Schnittstelle:

© 1997 Gottfried Rudorfer, C++-AG, Lehrveranstaltungen, Abteilung für Angewandte Informatik, Wirtschaftsuniversität Wien, 3/19/1998