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

Diff for /pegasus/cgi/htdocs/Attic/DeleteInstance.html between version 1.5 and 1.6

version 1.5, 2001/06/30 15:28:09 version 1.6, 2004/02/17 11:33:21
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.DeleteInstance.InstanceName.value = tempStr;
           }
   </script>
   </head>
   <body bgcolor="#CCCCCC">   <body bgcolor="#CCCCCC">
     <table width="100%">     <table width="100%">
       <tr>       <tr>
Line 21 
Line 32 
       <p><b>NameSpace</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <INPUT TYPE="text" NAME="NameSpace" SIZE=30       <p><b>NameSpace</b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <INPUT TYPE="text" NAME="NameSpace" SIZE=30
       VALUE="root/cimv2">       VALUE="root/cimv2">
       String that defines the target namespace. See <a       String that defines the target namespace. See <a
       href="getnamespaces.html">NameSpace        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"       <p><b><a href="#InstanceName">InstanceName</a></b> <INPUT TYPE="text"
Line 30 
Line 41 
       href="EnumerateInstanceNames.html">Enumerate       href="EnumerateInstanceNames.html">Enumerate
       Instance Names</a> for instance names for a class       Instance Names</a> for instance names for a class
  
       <p><INPUT TYPE="submit" VALUE="Submit Request">        <p><INPUT TYPE="submit" VALUE="Submit Request" onClick="rTrim(document.DeleteInstance.InstanceName.value);">
       &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;       &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">
  


Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2