Welcome Guest Search | Active Topics | Sign In | Register

Callback panel - automatic refresh Options
cn
Posted: Wednesday, September 9, 2009 1:27:02 AM
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>
eo_support
Posted: Wednesday, September 9, 2009 8:50:01 AM
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!
cn
Posted: Wednesday, September 9, 2009 11:14:38 AM
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
eo_support
Posted: Wednesday, September 9, 2009 12:21:04 PM
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!
cn
Posted: Wednesday, September 9, 2009 12:42:49 PM
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.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.