[public] / misc / unitconverter.cgi  

Diff of /misc/unitconverter.cgi

Parent Directory | Revision Log

version 2135, Thu Jan 18 07:43:27 2007 UTC version 2136, Thu Jan 18 21:49:34 2007 UTC
Line 172 
Line 172 
   
 <h2>Weight</h2>  <h2>Weight</h2>
 <p>  <p>
 <input type="text" size="12" id="pound" onchange="doConvert('pound', 'oz', 'weight');doConvert('pound', 'g', 'weight')" /> pounds =  <input type="text" size="12" id="pound" onchange="doConvert('pound', 'oz', 'weight');doConvert('pound', 'g', 'weight')" /> lb =
 <input type="text" size="12" id="oz" onchange="doConvert('oz', 'pound', 'weight');doConvert('oz', 'g', 'weight')" /> oz =  <input type="text" size="12" id="oz" onchange="doConvert('oz', 'pound', 'weight');doConvert('oz', 'g', 'weight')" /> oz =
 <input type="text" size="12" id="g" onchange="doConvert('g', 'pound', 'weight');doConvert('g', 'oz', 'weight')" /> g  <input type="text" size="12" id="g" onchange="doConvert('g', 'pound', 'weight');doConvert('g', 'oz', 'weight')" /> g
 <span id="weight-spinner"></span>  <span id="weight-spinner"></span>


Generate output suitable for use with a patch program
Legend:
Removed from v.2135  
changed lines
  Added in v.2136

Tatsuhiko Miyagawa

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help