(file) Return to getnamespaces.html CVS log (file) (dir) Up to [Pegasus] / pegasus / cgi / htdocs

 1 karl  1.1 <html>
 2             <body bgcolor="#CCCCCC">
 3               <table width="100%">
 4                 <tr>
 5           	<td width="50%" align="bottom"><h1>GetNameSpaces</h1><td>
 6           	<td width="50%" align="right">
 7           	    <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
 8           	</td>
 9                 </tr>
10               </table>
11               <hr></hr>
12 karl  1.2     <form name="GetNameSpaces" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
13 karl  1.1       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetNameSpaces">
14 karl  1.2       <input type="hidden" name="hostip" value="localhost">
15 karl  1.3       <input type="hidden" name="portnum" value="5988">
16 karl  1.1       Gets a list of all of the existing namespaces on the defined host.
17           
18                 <p><INPUT TYPE="submit" VALUE="Submit Request">
19                 <p><INPUT TYPE="reset" VALUE="Reset">
20               </form>
21 karl  1.2    <script>
22              GetNameSpaces.hostip.value = opener.top.hostip;
23              GetNameSpaces.portnum.value = opener.top.portnum;
24              window.focus();
25 karl  1.3    </script>
26 karl  1.1   </body>
27           </html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2