User Profile & Activity

Allan Donald Member
Posted: February 19, 2010 4:28 AM

Ok, thanks

Posted: February 17, 2010 6:08 AM

Hi Julia,

Thanks for ur reply, 

But this is not the way ineeded. i have to redirect directly to to report on button click.

In client side am getting, but have to check in serverside to know which is faster..

Regards 

Allan

Posted: January 28, 2010 5:56 AM

Thanks Glenn 

It works..

Posted: January 28, 2010 12:36 AM

Hi Glenn Layaar,

Thanks for ur reply..

In Firefox it will show all checkboxes. for that i hav added an if loop..

for (i = 0; i < tblElm.rows.length; i++) {
for (j = 1; j < tblElm.rows[i].cells.length; j++) {
var val = tblElm.rows[i].cells[j].innerText;
if (tblElm.rows[i].cells[j].innerText != " ") {
         if(tblElm.rows[i].cells[j].innerHTML != "<nobr>&nbsp;</nobr>")
          {tblElm.rows[i].cells[j].innerHTML = "<INPUT id='h' TYPE=CHECKBOX  onClick='display(" + i + ");'>" + val;}
        }
}
}
But is not displaying the clicked items in Listbox[Firefox].
All times are GMT -5. The time now is 3:22 AM.
Previous Next