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

Diff for /pegasus/cgi/htdocs/Attic/DefineHostparameters.html between version 1.6 and 1.7

version 1.6, 2002/01/30 21:56:39 version 1.7, 2004/02/17 11:28:57
Line 2 
Line 2 
 <head> <head>
 <script> <script>
         window.focus();         window.focus();
         function setHost(f){          function setHost(){
                   document.hostparameters.hostaddress.value = document.hostparameters.hostip.value + ":" + document.hostparameters.portnum.value;
                 top.hostip = document.hostparameters.hostip.value;                 top.hostip = document.hostparameters.hostip.value;
                 top.portnum = document.hostparameters.portnum.value;                 top.portnum = document.hostparameters.portnum.value;
                 top.hostAddress = document.hostparameters.hostip.value + ":" + document.hostparameters.portnum.value                  top.hostAddress = document.hostparameters.hostip.value + ":" + document.hostparameters.portnum.value;
                 top.debug = document.hostparameters.debug.value;                 top.debug = document.hostparameters.debug.value;
                 top.ClassName = "";                 top.ClassName = "";
         }         }
Line 41 
Line 42 
     for CGI CLient     for CGI CLient
  
         <p><INPUT TYPE="submit" VALUE="Submit Request" onClick="setHost();">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;         <p><INPUT TYPE="submit" VALUE="Submit Request" onClick="setHost();">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
     <INPUT TYPE="reset" VALUE="Reset">      <INPUT TYPE="reset" VALUE="Reset Form">
     </form>     </form>
         <p>Today, CIM and WBEM do not have any discovery tools.&nbsp; You must         <p>Today, CIM and WBEM do not have any discovery tools.&nbsp; You must
     specifically setup the URL and Port number of the WBEM Services Broker you     specifically setup the URL and Port number of the WBEM Services Broker you


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2