Welcome Guest Search | Active Topics | Sign In | Register

Cross Frame Interaction from inside CallbackPanel Options
Sean Clark
Posted: Monday, September 5, 2011 11:17:36 AM
Rank: Advanced Member
Groups: Member

Joined: 12/24/2008
Posts: 43
Hi

I have a web application which used iframes, and inside one of those iframes, I have a callback panel on the form. From inside that callback panel, I use the RenderScriptBlock method to render some javascript which calls interacts with another iframe on the page.

I can call any javascript in any other iframe so long as it does not require a postback, such alert(), but when I try to programatically click a button via javascript for example, the server side event of that click does not fire.

Should I be able to do this?
eo_support
Posted: Tuesday, September 6, 2011 7:23:40 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Whether you use CallbackPanel should not make a difference with cross frame script. CallbackPanel calls code in your frame, then it’s completely between your frame and other frames.

Thanks


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.