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

 1 mike  1.1 <html>
 2             <body bgcolor="#CCCCCC">
 3 karl  1.4     <table width="100%">
 4 mike  1.1       <tr>
 5 karl  1.4 	<td width="50%" align="bottom"><h1>DeleteClass</h1><td>
 6           	<td width="50%" align="right">
 7 karl  1.2 	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
 8 mike  1.1         </td>
 9                 </tr>
10               </table>
11 karl  1.4     <hr></hr>
12               <form name="DeleteClass" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
13 mike  1.1       <INPUT TYPE="hidden" NAME="Operation" VALUE="DeleteClass">
14 karl  1.4       <input type="hidden" name="hostip" value="localhost">
15                 <input type="hidden" name="portnum" value="8888"> 
16                 <p>NameSpace <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv20">
17                 <p>ClassName <INPUT TYPE="text" NAME="ClassName" SIZE=30>
18                 <p><INPUT TYPE="submit" VALUE="DeleteClass">
19                 <p><INPUT TYPE="reset" VALUE="Reset">
20 mike  1.1     </form>
21 karl  1.4    <script>
22              DeleteClass.hostip.value = opener.top.hostip;
23              DeleteClass.portnum.value = opener.top.portnum;
24              window.focus();
25              </script> 
26 karl  1.3     
27 mike  1.1   </body>
28           </html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2