使用struts刷新页面的一部分而不使用ajax
各位,是否可以在struts中刷新页面的一部分而不使用ajax。请告诉我。
Guys, is it possible to refresh a part of a page in struts without using ajax. kindly let me know.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以向页面添加一个 JavaScript 函数,该函数从某处加载字符串并将其分配给某个元素的
innerHtml
。要调用该函数,请使用计时器或在用户单击按钮或链接时调用它。
如果您需要更具体的答案,请提出更具体的问题。
You can add a JavaScript function to the page which loads a string from somewhere and assigns it to
innerHtml
of some element.To invoke the function, either use a timer or call it when the user clicks on a button or a link.
If you need a more specific answer, ask a more specific question, please.