I have a main JSP page that is forwarded to by other JSPs. This main JSP page has 4 named forms in it. I need to setFocus to one of these forms. Which form the focus should be set to depends on which JSP forwarded to it. How can I use JavaScript to dynamically setFocus using a parameter sent by the source JSP? I'm VERY NOVICE with JavaScript and novice with JSP.