hi
i have a page where 3 frames are loaded. in one of my frame a page is loaded in which there are user controls inside it. now problem is i am unable to access control inside my user control in js. i have used
$('#Frame3IFrameDetail')).contents().find('#m_cb_tn_SalesContactTab_PrimaryPursuit_btnmenu_focus') .. its working in firebug , but not working in usercontrol.ascx <script> section.
Go to the complete details ...