mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-21 02:41:04 +00:00
Ported to WO names. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@30689 72102866-910b-0410-8b05-ffd578937521
17 lines
361 B
HTML
17 lines
361 B
HTML
<html>
|
|
<head>
|
|
<title>GSWTextField Test 1</title>
|
|
</head>
|
|
<body>
|
|
<h2>GSWTextField Test 1</h2>
|
|
<br/>
|
|
Entered String : <webobject name="EnteredString"></webobject><br/>
|
|
<br/>
|
|
<webobject name="Form">
|
|
<webobject name="ATextField"></webobject>
|
|
<webobject name="SubmitButton"></webobject>
|
|
</webobject>
|
|
<hr/>
|
|
<webobject name="MainPageLink"></webobject>
|
|
</body>
|
|
</html>
|