iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Ok, thanks
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
Thanks Glenn
It works..
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> </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].
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> </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].
or
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname