问题描述
Hello Mentors,
我试图使用_dopostback从我的页面的javascript调用另一个页面的函数后面的代码。
但它没有打电话。
我试着调用那个页面的加载事件,即使没有被解雇。
我的电话是:
__doPostBack(window.parent.frames [firstGrid]。document.getElementById(' 'InboxGrid'')。id,'''');
请告诉我哪里错了?
我可以使用__dopostback来调用另一个页面的codebehind函数吗?
Hello Mentors,
I am trying to call a code behind function of another page from javascript of my page using _dopostback.
But its not calling.
I tried calling the load event of that page also even that is not being fired.
my call is:
__doPostBack(window.parent.frames["firstGrid"].document.getElementById(''InboxGrid'').id, '''');
please tell me where i am wrong?
can i use __dopostback to call the codebehind function of another page?
推荐答案
这篇关于_dopostback无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!