¿ªÔÆÌåÓý

Re: Web Interface Band Selection Buttons #zbitx


 

Hello
?
The code in index.html needs some correction to have the same info at the band selection buttons at connection via browser as you can see at the interface at the external monitor => band stack info.
?
function show_selected_band_store(args) {
??? const elts = document.querySelectorAll('.selband');
??? var strvalue = 0;
??? var strtext = "xx";
?
??? for (let i = 0; i < elts.length; i++) {
??????? strtext = elts[i].id.substr(1,2) + "M";
??????? strvalue = document.getElementById(strtext).value %10;
??????? elts[i].innerHTML = "<br>&nbsp;" + strvalue;
??? }
}
?
Reason is that args delivered from "SELBAND" is always "73" independend what band and stack is selected.
Therefor it is necessary to find the stack info somewhere else.
?
73,
Michael
?

Join [email protected] to automatically receive all group messages.