Unable to call function...
Hi all,
For below code everything is fine except that it is not calling ShowTask function, i have cheked parameter by putting them in alert box and it show correct value.
The function is just define below the code (in actual file...)
Any idea...?
function projectk()
{
//---If only one Project then
if (i == 1)
{
document.getElementById("ProList"+id).selectedInde x = 1; // Select it
ShowTask(document.getElementById("ProList"+id).val ue,id); // Call to show Task
}
else
{
Do something...
}
}
function Showtask()
{
}
Thanks in advance.
Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
|