|
Rank: Advanced Member Groups: Member
Joined: 8/31/2008 Posts: 33
|
Hi, I'm using a callback panel on a .aspx page and have the panel set to automatically refresh. When the callback event is triggered the page throws a javascript error that says "Access is deined." This seems to be the case only with IE. help! Quote:<script type="text/javascript"> window.setInterval("eo_Callback('CallbackPanel1', null)", 15000); </script>
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Your code looks fine to us. Please try to isolate the problem into a separate test page. We will try to run the page here and see if we can see the problem. We can then start from there.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 8/31/2008 Posts: 33
|
Here's a link to a test page. It's exhibiting the same problem, thankfully. There's no code in the code behind. https://www.accurateappend.com/callbacktest.aspx
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Try to remove the <base> element in your page header. That appears to be causing the problem. We will look further to see if we can workaround this.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 8/31/2008 Posts: 33
|
<base> is used for an ISAPI rewrite rule but I was able to display it conditionally. It looks removing it resolved the problem. Thank You.
|
|