mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-22 03:01:27 +00:00
18 lines
361 B
HTML
18 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>
|