I had my previous post where I had a function which was not working for firefox.
Now to elaborate what I want to do is:
I am dynamically creating checkbox.
Say I have 5 checkbox and I want to achieve mutual exclusiveness in those check boxes.
Example:
my checboxes:
a
b
c
d<mex>
Now what I...
Hi I have the following code that works for IE but does not for firefox or netscape. Can anyone help me convert this for firefox compatible thanks.
<script type="text/javascript">
var checkBoxes = new Array;
function setup()
{
debugger;
var oInputs =...
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.