libs-gsweb/Examples/hello/Main.wo/Main.html

14 lines
241 B
HTML
Raw Normal View History

<HTML>
<HEAD>
<TITLE>Hello World!</TITLE>
</HEAD>
<BODY>
<webobject name=form>
What's your name?
<P>
<webobject name=name_field></webobject>
<webobject name=submit_button><INPUT TYPE="SUBMIT"></webobject>
</webobject>
</BODY>
</HTML>