This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Request = function (options) { | |
var http = { | |
"xhr": new XMLHttpRequest(), | |
"URLbase": '', | |
"method": 'GET', | |
"userAgent": null, | |
"success": null, | |
"fail": null, | |
"callback": function () { | |
if (http.xhr.readyState !== 4) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="es"> | |
<head> | |
<title>Cronómetro</title> | |
<meta charset="utf-8" /> | |
<link href="style.css" rel="stylesheet" /> | |
<!-- <script src="jquery.js"></script> --> | |
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script> | |
</head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html><head> | |
<meta charset="utf-8"> | |
<title>calculator economic factors</title> | |
<script type="text/javascript"> | |
function geti(){ | |
n = document.getElementById('rate').value; | |
return Math.abs(n/100); | |
} | |
function getn(){ | |
n = document.getElementById('turn').value; |