Posted on Jun 30, 2006
(permalink)
if I put the Window control on the Master Page, it's ID gets rewritten from MasterDialogWindow to _ctl0_MasterDialogWindow.
If I try to use javascript from the Child or even from a UserControl on the MasterPage such as: window.radopen('Finder.aspx', _ctl0_MasterDialogWindow);
I get an 'object' is undefined error. it's a javascript link in a menu calling a function, but it doesn't even go into the function, because I believe the javascript is erroring on the page. I have not put any js on the page, it's only stuff that comes from telerik controls right now.