开发者

refresh a part of a page using struts without using ajax

开发者 https://www.devze.com 2023-01-04 21:52 出处:网络
Guys, is it 开发者_JS百科possible to refresh a part of a page in struts without using ajax. kindly let me know.You can add a JavaScript function to the page which loads a string from somewhere and ass

Guys, is it 开发者_JS百科possible to refresh a part of a page in struts without using ajax. kindly let me know.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消