I've a website written in asp.net and javascript. When I run it with Chrome to give a popup help list dialog box, it works fine for the first page of the popup help list. When I select an item from the popup help, it able to close the popup box and return
my selected item to a textbox in the main page. My popup help list can go into many pages for the list. Each page has 30 items in the list. When I tried to run the popup help for 2nd or 3rd page onward by clicking next page to select an item, it does NOT work.
In other words, it closes the popup list but does NOT return the selected item to the textbox. Only the first page works.
I visited my website using IE or Firefox, but do not have this issue at all. Only happen in Google Chrome. My Chrome version is 35.0.1916.114 m
Please help and advice. Thanks in advance.
Go to the complete details ...