I need to understand when does a body's onload
gets called
I read in w3school that onload=Script to be run when a document load
what does this mean?
Does it mean that
- the html/jsp page gets loaded before rendering any elements in the body like any
table
or jsp scriplets eg: <%= request.getParameter("NAME") %>
- Or is it after the page/body is rendered?
for example:
I have a bunch of params (<%= request.getParameter("NAME") %>,...)
so in order to use them i'll place them in some hidden form item & then on body load can I use them?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…