This might give you some ideas:
function readRadio(parm) {
var sel = document.getElementsByName("S"+(6-parm));
for (var i=0; i<sel.length; i++) {
if (sel.checked == true) return i;
}...
I didn't solve the problem, just evaded it. The Principal-Interest (P.I.) window now has line numbers which can be used (after closing the window) to initialize the original screen with the...
I'm working on a website crust sins,
and I am now making the menu but it does not really.
I want a menu like www.ubuntu.com.
could someone help me there
I...
You could run a **.style.visibility = 'hidden' command from a (body onload=***) or, if you have other things to do at startup, in a function theonload kicks off. I often have something like ...
I am trying to upgrade a working page to use an array of objects. The existing page is spacepart.htm and am working on spacepart1.htm.
This is a sample of what's new:
function noteTable(thisLine)...
Well, what is your question? FWIW mortgage.htm, will crunch the numbers if you know how much the loan is for, the interest rate, and length of the loan. It can't help with any service charges,...
It looks like the fields populated by getElementById don't get executed until "submit" has been clicked so the Blur functions never get run with the latest data.
All of my JavaScript thus far has been as part of a webpage, but have been encouraged to create "tools" where text is provided to a function as a parm from "StdIn" and returned to a StdOut. This is...
I hadn't thought of doing a test in that order, but I'll have to keep that in mind for the future, thanks for looking at it. It worked when I checked for null so I uploaded it to spacepart.htm. ...
In something to read clipboard data from a music notation program, I am not interested in a note if it has the Grace attribute, stem direction is missing, or spacing has already been applied. The...
You're welcome, but make sure you are a lot further along before coming to this forum. This should be the last resort, not the first. Someone on a programming forum I used to visit was notorious...