FineUI 官方论坛
标题:
JS菜鸟 请大神帮忙
[打印本页]
作者:
⑥阿太⑥
时间:
2012-4-7 22:48
标题:
JS菜鸟 请大神帮忙
var node = {attributes: {href: "/basic/hello.aspx"},text: "你好 ExtAspNet",id: "hello_extaspnet_example"};
window.parent.addExampleTab.apply(window.parent, [node]);
这个可以在父窗体打开一个标签
执行按钮事件PageContext.RegisterStartupScript("window.open('URL','_blank');");
能够打开新窗体
但是执行
PageContext.RegisterStartupScript("var node = {attributes: {href: \"/basic/hello.aspx\"},text: \"你好 ExtAspNet\",id: \"hello_extaspnet_example\"};window.parent.addExampleTab.apply(window.parent, [node]);");
无法实现效果
哪位大哥帮我改下 我想PageContext.RegisterStartupScript("window.parent.addExampleTab.apply(window.parent, 这里直接是一个STRUCT);"); 这样尝试下 但是我不知道怎么在参数里面写STURCT 请帮忙改下 谢谢
作者:
⑥阿太⑥
时间:
2012-4-7 22:53
好像3.1.2才能才能这样执行 我先更新下看看
作者:
⑥阿太⑥
时间:
2012-4-7 23:03
在3.1.2中PageContext.RegisterStartupScript("var node = {attributes: {href: \"/basic/hello.aspx\"},text: \"你好 ExtAspNet\",id: \"hello_extaspnet_example\"};window.parent.addExampleTab.apply(window.parent, [node]);"); 可以实现效果 耶 方便多了
欢迎光临 FineUI 官方论坛 (https://fineui.com/BBS/)
Powered by Discuz! X3.4