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

Diff for /pegasus/cgi/htdocs/Attic/getnamespaces.html between version 1.1 and 1.2

version 1.1, 2001/01/30 07:40:22 version 1.2, 2001/06/11 23:20:45
Line 9 
Line 9 
       </tr>       </tr>
     </table>     </table>
     <hr></hr>     <hr></hr>
     <form METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">      <form name="GetNameSpaces" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetNameSpaces">       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetNameSpaces">
         <input type="hidden" name="hostip" value="localhost">
         <input type="hidden" name="portnum" value="8888">
       Gets a list of all of the existing namespaces on the defined host.       Gets a list of all of the existing namespaces on the defined host.
  
       <p><INPUT TYPE="submit" VALUE="Submit Request">       <p><INPUT TYPE="submit" VALUE="Submit Request">
       <p><INPUT TYPE="reset" VALUE="Reset">       <p><INPUT TYPE="reset" VALUE="Reset">
     </form>     </form>
      <script>
      GetNameSpaces.hostip.value = opener.top.hostip;
      GetNameSpaces.portnum.value = opener.top.portnum;
      window.focus();
      </script>
   </body>   </body>
 </html> </html>


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2