Rank: Advanced Member Groups: Member
Joined: 7/3/2009 Posts: 37
|
I have a dialog control that references mypage.aspx via the contenturl. Therefore is it possible to change the properties of the dialog box inside the mypage.aspx(contenturl)?
If so can I see a simple example, thanks.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Theoratically you can use parent.whatever_function() to call a JavaScript function inside mypage.aspx to do anything you want. But you should avoid changing the dialog's ContentUrl inside your whatever_function. Doing this is like taking alway the ladder you are standing on. Horrible things can happen. : )
Thanks
|