mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 12:11:18 +00:00
18 lines
382 B
HTML
18 lines
382 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>GSWBrowser Test 2</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h2>GSWBrowser Test 2 (Without value: AutoValue)</h2>
|
||
|
<br/>
|
||
|
Selected items : <webobject name="SelectedItems"></webobject><br/>
|
||
|
<br/>
|
||
|
<webobject name="Form">
|
||
|
<webobject name="ABrowser"></webobject>
|
||
|
<webobject name="SubmitButton"></webobject>
|
||
|
</webobject>
|
||
|
<hr/>
|
||
|
<webobject name="MainPageLink"></webobject>
|
||
|
</body>
|
||
|
</html>
|