Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序包含一个带有 radtabstrip 的页面“PageA.aspx”。其中一个选项卡与 contenturl 为“PageB.aspx”的 radpageview 相关联,这意味着如果我选择该特定选项卡,我将在选项卡下方看到 PageB 的内容。pageA中有一个标签,pageB中有一个按钮。当我按下页面 B 内的按钮时,我想更改页面 A 中标签的文本。谁能告诉这是否可能?如果是这样,我该怎么做?
是的...在javascript中是可能的...使用Window.parent属性...您可以从中获取该标签对象,您可以更改标签文本...