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

Diff for /pegasus/cgi/htdocs/Attic/DeleteNameSpace.html between version 1.2 and 1.3

version 1.2, 2001/06/22 21:31:41 version 1.3, 2001/06/30 15:28:09
Line 9 
Line 9 
       </tr>       </tr>
     </table>     </table>
     <hr>     <hr>
     <form METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">      <form name="DeleteNameSpace" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="DeleteNameSpace">       <INPUT TYPE="hidden" NAME="Operation" VALUE="DeleteNameSpace">
       <input type="hidden" name="hostip" value="localhost">        <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
           <input type="hidden" name="portnum" value="5988">        <INPUT TYPE="hidden" NAME="debug" VALUE="">
       <p>The <tt>DeleteNameSpace</tt> method deletes an existing namespace in the Pegasus repository.       <p>The <tt>DeleteNameSpace</tt> method deletes an existing namespace in the Pegasus repository.
       <p><b><a href="#NameSpace">NameSpace</a></b>       <p><b><a href="#NameSpace">NameSpace</a></b>
                  <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root">&nbsp;                  <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root">&nbsp;
Line 90 
Line 90 
      Copyright @ The Open Group 2001&nbsp;</font>      Copyright @ The Open Group 2001&nbsp;</font>
  
    <script>    <script>
    CreateClass.hostip.value = opener.top.hostip;         document.DeleteNameSpace.hostaddress.value = top.hostAddress;
    CreateClass.portnum.value = opener.top.portnum;         document.DeleteNameSpace.debug.value = top.debug;
          document.DeleteNameSpace.NameSpace.value = top.NameSpace;
    window.focus();    window.focus();
    </script>    </script>
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2