accessing php javascript object in asp.net user control
Posted
by Khushi
on Stack Overflow
See other posts from Stack Overflow
or by Khushi
Published on 2010-04-14T07:19:36Z
Indexed on
2010/04/14
7:23 UTC
Read the original article
Hit count: 217
Hi,
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 contains 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?
© Stack Overflow or respective owner