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

Diff for /pegasus/cgi/htdocs/Attic/GetInstance.html between version 1.8 and 1.9

version 1.8, 2002/01/30 21:56:39 version 1.9, 2004/02/17 11:46:10
Line 1 
Line 1 
 <html> <html>
   <head>
   <script>
           function rTrim(tempStr){
                        while( tempStr.lastIndexOf(' ') == tempStr.length-1 && tempStr.length > 0 )
                        {
                            tempStr = tempStr.substring(0,tempStr.length-1)
                        }
                        document.GetInstance.InstanceName.value = tempStr;
           }
   </script>
   </head>
   <body bgcolor="#CCCCCC">   <body bgcolor="#CCCCCC">
     <table width="100%">     <table width="100%">
       <tr>       <tr>
Line 13 
Line 24 
     <form name="GetInstance" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">     <form name="GetInstance" METHOD=GET ACTION="/pegasus/cgi-bin/CGIClient">
       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetInstance">       <INPUT TYPE="hidden" NAME="Operation" VALUE="GetInstance">
       <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">       <INPUT TYPE="hidden" NAME="hostaddress" VALUE="localhost:5988">
         <INPUT TYPE="hidden" NAME="debug" VALUE="">
           <P>The <TT>GetInstance</TT> method returns a single CIM Instance from the target           <P>The <TT>GetInstance</TT> method returns a single CIM Instance from the target
           Namespace based on the InstanceName parameter provided.           Namespace based on the InstanceName parameter provided.
  
       <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">       <p><b>NameSpace</b> <INPUT TYPE="text" NAME="NameSpace" SIZE=30 VALUE="root/cimv2">
       String that defines the target namespace. See <a href="getnamespaces.html">NameSpace        String that defines the target namespace. See <a href="enumeratenamespaces.html">NameSpace
       Operations</a> for more information       Operations</a> for more information
  
       <p><b><a href="#InstanceName">InstanceName</a></b> <INPUT TYPE="text" NAME="InstanceName" SIZE=30>       <p><b><a href="#InstanceName">InstanceName</a></b> <INPUT TYPE="text" NAME="InstanceName" SIZE=30>
Line 40 
Line 52 
       Null or array of property names to filter       Null or array of property names to filter
       request. <a href="#PropertyList">See below</a>.       request. <a href="#PropertyList">See below</a>.
  
       <p><INPUT TYPE="submit" VALUE="Submit Request"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        <p><INPUT TYPE="submit" VALUE="Submit Request" onClick="rTrim(document.GetInstance.InstanceName.value);"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
       &nbsp;&nbsp;&nbsp;&nbsp; <INPUT TYPE="reset" VALUE="Reset Form">       &nbsp;&nbsp;&nbsp;&nbsp; <INPUT TYPE="reset" VALUE="Reset Form">
  
         </form>         </form>


Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2