Steven Michaels
New Member
I want that when my JSP is loaded to call a servlet. I have this link:\[code\]<a href="http://stackoverflow.com/questions/14606245/ContentServlet?action=userContents">Homepage</a>\[/code\]But this way I have to click the link, I want to perform the calling automatically when the jsp is loaded.On the other side I need to use no scriptlets. Does anyone have any idea how to do this?