Hi,
I am having a html table with lots of check box, and i am having a link in html on click of that i call a function and append all checkboxes with id value pair in href, not the problem is when the checkboxes are less, the <a href> is working fine, but if checkboxes are many, the href is not working, i mean IE does not post request to the server, nothing happens when i click on link, it really strange behaviour, do anyone has idea why this is happening.....
I am having a html table with lots of check box, and i am having a link in html on click of that i call a function and append all checkboxes with id value pair in href, not the problem is when the checkboxes are less, the <a href> is working fine, but if checkboxes are many, the href is not working, i mean IE does not post request to the server, nothing happens when i click on link, it really strange behaviour, do anyone has idea why this is happening.....
Comment