Call this function in your body load as <body onLoad="FirstFocus();"> Yogaraj
-----Original Message----- From: Henry S. Hayden [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 2:13 AM To: [EMAIL PROTECTED] Subject: Setting focus in JSP I would like to be able to set a form's focus to the first textbox on a JSP. As this is client-side programming, must I do it via JavaScript? I've tried inserting the following at the top of a JSP, without the desired effect: <Script LANGUAGE="JavaScript" TYPE="text/javascript"> function FirstFocus() { document.frmEmployee.txtName.focus(); } </SCRIPT> Am I really way off base? Please let me know. Thanks! Henry =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com "THIS E-MAIL MESSAGE ALONG WITH ANY ATTACHMENTS IS INTENDED ONLY FOR THE ADDRESSEE and may contain confidential and privileged information. If the reader of this message is not the intended recipient, you are notified that any dissemination, distribution or copy of this communication is strictly Prohibited. If you have received this message by error, please notify us immediately, return the original mail to the sender and delete the message from your system." =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
