问题描述
-
要在pageload()) > jsp 有可能吗?
Want to generate page events(
pageload()
) in jsp is that possible?
如何查看天气,重新加载页面?在 asp.net 的问题中,有一种方法名称isPostBack()
以检查页面请求或重新加载的天气 jsp ?
How to check weather a page is reloaded? In asp.net there is method name isPostBack()
to check weather the page is request or reload is there anything in jsp?
如何开始使用Struts和Hibernate?
How to get start with struts and hibernate?
推荐答案
要检查页面是否重新加载,可以在HTML代码的body标签中使用"onBodyload"和"onBodyUnload"事件.
To check for a page reload you could use 'onBodyload' and 'onBodyUnload' events in body tag of your HTML code.
有关struts和hibernate的信息,请查阅onlojne文档.入门的好材料.
For struts and hibernate check out onlojne documentation available. Good material to start with.
这篇关于如何在jsp页面中生成事件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!