I'm sorry I was vague with the XML/XSL. I wanted to simplify the XML/XSL just to show specifically what was going on, but I got lazy.
Basically, here's the layout of my xml:
<document>
<header>
<title> ... title ... </title>
<columns>
<column> ... heading 1 ... </column>
<column>...
I just looked myself... the CCA function is in an external .js file. Here it is:
function CCA(CB){
if (CB.checked)
hL(CB);
else
dL(CB);
var TB=TO=0;
for (var i=0;i<frm.elements.length;i++)
{
var e = frm.elements[i];
if ((e.name != 'allbox') && (e.type=='checkbox'))
{
TB++;
if (e.checked)
TO++...
Alright... this is a weird one, and it's driving me crazy... so any help is appreciated!
Let me start by saying, this relates to Netscape 4.7... I don't know about other versions.
Here's the deal: I want to have a button that will change the location when clicked (via location.href='')...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.