JavaScript Scripts





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Free Java Script Codes
Javascript List All
Slide Show Slide Show
Ad Display Ad Display
Image Effect Image Effect
Animated Image Effects Animated Image Effects
Form Validation Form Validation
Color Picker Tool Color Picker Tool
Formatting Forms Formatting Forms
Select All Select All
Dynamic Form Select Dynamic Form select
Dynamic Color Dynamic Color
Calendar Script Calendar
Textbox Counter Textbox Counter
Alphanumeric Alphanumeric
Date Time Script Date & Time
Stop Watch Script Stop Watch script
Delete Repeated Values Delete Repeated Values
Pagination Pagination
Random Generator Random Generator
Animated Text Animated Text
Cursor Position Cursor Position
User Info Window / User Info
Security Security / Authenticate
Bookmark Bookmark
Mouse Effects Mouse Effects
Title Bar Title Bar
Status Bar Status Bar
Country List Country List
Free Games Free Games
Calculators Calculators
 




Convert Minutes to Hours - Javascript Conversion Calculator


About
Simple Conversion Calculator Script to convert any given minutes to hours.


Features
a) Use the following conversion calculator to convert minutes to hours.
b) Formula used 1 Minute = 0.0166666666666667 Hours.
c) Enter the time in minutes format and press "convert". The answer is in hours decimal format.

Preview

Minutes To Hours Conversion Calculator





Code
Copy and Paste the below code to make use of it in your webpage.
<!-- Script by hscripts.com -->
<script type="text/javascript">
function conv(){
var tt = document.getElementById('mins').value;
var hours = tt/60;
document.getElementById('result').style.display = 'block';
document.getElementById('result').innerHTML = tt+" Minutes = "+hours+"  Hours";
}
function ctck()
{
  var sds = document.getElementById("dum");
  if(sds == null){alert("You are using a free package.\n You are not allowed to remove the tag.\n");}
  var sdss = document.getElementById("dumdiv");
  if(sdss == null){alert("You are using a free package.\n You are not allowed to remove the tag.\n");}
}
document.onload="ctck()";
</script>
<input type=text id='mins'>
<input type=button onclick='conv()' value='Submit'>
<div id='result' style='display: none;'></div>
<div align=center style="font-size: 10px;color: #dadada;" id="dumdiv">
<a href="http://www.hscripts.com" id="dum" style="text-decoration:none;color: #dadada;">&copy;hscripts.com</a>
</div>
<!-- Script by hscripts.com -->

Release Date - 10-02-2010
Get free version without ©copyright link for just 5 price

For customization of this script or any script development, contact us at support@hscripts.com


Usage
a) Simple Minutes to Hours Conversion Calculator.
b) Just copy and paste the code to your webpage.
c) Online calculator for quick and easy metric conversion.



License
- The javascript (misspelled as java script) is given under GPL License
- i.e. Free use for those who use the codes as it is.
- Free, if your modification does not remove our copyright information and links.
- Click Here for detailed license information.
- You can purchase the script if your requirements does not meet our GPL License terms.
Other Links

web hosting