CTA Test 11
This commit is contained in:
parent
47d8aaf815
commit
9a113ad327
@ -1060,7 +1060,7 @@ function SI_set_precision(SI_options, prefixDef, pre2num) {
|
|||||||
|
|
||||||
function LoadCTA861(){
|
function LoadCTA861(){
|
||||||
// read text from URL location
|
// read text from URL location
|
||||||
DEBUG('CTA Test 10');
|
DEBUG('CTA Test 11');
|
||||||
var request = new XMLHttpRequest();
|
var request = new XMLHttpRequest();
|
||||||
request.open('GET', 'CTA861.txt', true);
|
request.open('GET', 'CTA861.txt', true);
|
||||||
request.send(null);
|
request.send(null);
|
||||||
@ -1068,7 +1068,8 @@ function LoadCTA861(){
|
|||||||
DEBUG('request.status:', request.status)
|
DEBUG('request.status:', request.status)
|
||||||
if (request.readyState === 4 && request.status === 200) {
|
if (request.readyState === 4 && request.status === 200) {
|
||||||
DEBUG(request.responseText);
|
DEBUG(request.responseText);
|
||||||
return request.responseText;
|
CTA861 = $.csv.toObjects(request.responseText);
|
||||||
|
DEBUG(CTA861);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
DEBUG('Finished');
|
DEBUG('Finished');
|
||||||
@ -1451,7 +1452,7 @@ function isFloat(num) {
|
|||||||
|
|
||||||
window.onpageshow = function() {
|
window.onpageshow = function() {
|
||||||
generate_table('Interface Support', -1);
|
generate_table('Interface Support', -1);
|
||||||
CTA861 = LoadCTA861();
|
LoadCTA861();
|
||||||
$('#INPUT_HRES')[0].onchange();
|
$('#INPUT_HRES')[0].onchange();
|
||||||
$('#INPUT_VRES')[0].onchange();
|
$('#INPUT_VRES')[0].onchange();
|
||||||
$('#INPUT_F')[0].onchange();
|
$('#INPUT_F')[0].onchange();
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i> Video Bandwidth Calculator (CTA Test 10)</a>
|
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i> Video Bandwidth Calculator (CTA Test 11)</a>
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user