Hi,
I am getting Browser problerm while using AJAX in classic ASP code.
I want to execute some asp code when user clicks on checkboxes on one page
without refreshing the page.
I have implemented AJAX.
This ASP code checks for some conditions from database based on user inputs & returns appropriate message to user in form of alert box.
This whole process works fine with Mozilla & Safari.
In IE(all versions) it calls ajax script, but sometimes I didnot get appropriate message from asp code. But Sometimes it works fine.
I suspect that the problem is with cache or somehow it does not execute the asp code which is to be executed.
Can anyone help me to solve this problem.
Thanks in advance.