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?
|
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
|