开发者

accessing php javascript object in asp.net user control

开发者 https://www.devze.com 2022-12-27 07:48 出处:网络
I have a website in php which is using 4 frames(top, left, middle and right). The middle frame contains the web user control coded in asp.net. Now, in the right frame( which is coded in php ) some ja

I have a website in php which is using 4 frames(top, left, middle and right). The middle frame contains the web user control coded in asp.net. Now, in the right frame( which is coded in php ) some javascript con开发者_JS百科tains the id of the items selected in right frame. I need to get those ids to the middle frame on asp.net user control. How can i do this?


You need to access the parent page and then access all its iframes.

Some answers to doing that are here:

How to access parent Iframe from javascript

Invoking JavaScript code in an iframe from the parent page

etc.

0

精彩评论

暂无评论...
验证码 换一张
取 消