I have a .Net Application hosted on Windows 2000. Application has Windows Authentication Mode. On Main ASPX page when I am clicking on a Select Buttton, a popup window opens. User can see records listed in this popup page in a multiselect dropdown list. User can select multiple records and can click on OK button. As soon as he clicks on OK button, selected records from the popup page get populated in the listbox of the parent page. And then popup page closes.
This functionality works fine for few users. But for few users when they click on OK button of the popup page, they get a Javascript error - Access Denied
The line of popup page, on which this error appears is the line which actually calls a javascript function from the parent page. This parent function then tries to access some server side code.
As I mentioned earlier, this error occurs for few users and not for all. Any clue?
Thanks in advance for help
Regards,
Anirudha
This functionality works fine for few users. But for few users when they click on OK button of the popup page, they get a Javascript error - Access Denied
The line of popup page, on which this error appears is the line which actually calls a javascript function from the parent page. This parent function then tries to access some server side code.
As I mentioned earlier, this error occurs for few users and not for all. Any clue?
Thanks in advance for help
Regards,
Anirudha