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

File: [Pegasus] / pegasus / cgi / htdocs / Attic / getnamespaces.html (download) / (as text)
Revision: 1.3, Tue Jun 12 13:32:26 2001 UTC (23 years ago) by karl
Branch: MAIN
Changes since 1.2: +2 -2 lines
change default port to 5988 and namespace to cimv2

<html>
  <body bgcolor="#CCCCCC">
    <table width="100%">
      <tr>
	<td width="50%" align="bottom"><h1>GetNameSpaces</h1><td>
	<td width="50%" align="right">
	    <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
	</td>
      </tr>
    </table>
    <hr></hr>
    <form name="GetNameSpaces" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
      <INPUT TYPE="hidden" NAME="Operation" VALUE="GetNameSpaces">
      <input type="hidden" name="hostip" value="localhost">
      <input type="hidden" name="portnum" value="5988">
      Gets a list of all of the existing namespaces on the defined host.

      <p><INPUT TYPE="submit" VALUE="Submit Request">
      <p><INPUT TYPE="reset" VALUE="Reset">
    </form>
   <script>
   GetNameSpaces.hostip.value = opener.top.hostip;
   GetNameSpaces.portnum.value = opener.top.portnum;
   window.focus();
   </script>
  </body>
</html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2