(file) Return to GetPropertydeclaration.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>GetClassProperty</h1><td>
 6           	<td width="50%" align="right">
 7 karl  1.2 	  <img border=1 src="/pegasus/icons/OpenGroupLogo.gif">
 8 karl  1.1         </td>
 9                 </tr>
10               </table>
11               <hr></hr>
12 karl  1.3     <form name="GetPropertyDeclaration" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
13 karl  1.1       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetPropertyDeclaration">
14 karl  1.3       <input type="hidden" name="hostip" value="localhost">
15                 <input type="hidden" name="portnum" value="8888"> 
16 karl  1.1       <p>NameSpace <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv20">
17                 <p>ClassName <INPUT TYPE="text" NAME="ClassName" SIZE=30>
18                 <p>PropertyName <INPUT TYPE="text" NAME="PropertyName" SIZE=30>
19                 <p><INPUT TYPE="submit" VALUE="Submit Request">
20                 <p><INPUT TYPE="reset" VALUE="Reset">
21               </form>
22 karl  1.3    <script>
23              GetPropertyDeclaration.hostip.value = opener.top.hostip;
24              GetPropertyDeclaration.portnum.value = opener.top.portnum;
25              window.focus();
26              </script>
27 karl  1.1   </body>
28           </html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2