如果在 JavaScript 中单击,则更新进度不会显示

发布于 2024-10-31 05:44:31 字数 517 浏览 4 评论 0原文

简而言之,我的问题是:如何在单击按钮时但在页面完全加载时不触发?

当我单击母版页中的链接时,它应该在内容页面中显示报告。 我已经放置了一个 updateProgress 来显示“请稍候”,所以我在内容页面中放置了一个按钮,当单击时,它会用一个中继器填充报告,该中继器位于与 updateProgress 链接的 updatepanel 中,

因此单击该按钮可以工作,它会显示“请稍候” ”和报告 但我不想单击按钮,我想自动触发它,所以我把

 <script type="text/javascript">
        window.onload = function() {
            var bouton = document.getElementById('<%= Button1.ClientID %>').click(); 
        }
    </script>

它设置为十分之一。

我想知道如何触发报告填充,然后自动显示更新进度页面已加载。

my question in a nutshell is: how not to fire when clicking a button but when the page is completely to loaded?

when I click a link in masterpage, it should show a report in content page.
I've put a updateProgress to show "please wait", so I put a button in content page which when onclick, its fill the report with a repeater which is in updatepanel linked with updateProgress

so clicking the button works, it shows "please wait" and the report
but I don't want to click the button, I want to fire it automatically, so I've put

 <script type="text/javascript">
        window.onload = function() {
            var bouton = document.getElementById('<%= Button1.ClientID %>').click(); 
        }
    </script>

that works like 1 time out of 10.

I would like to know how to fire the report filling and so show the updateprogress automatically after page is loaded.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文