Hello, In my .ASP page, I have to do some form validations in javascript. Here instead of using alerts, I am displaying the error messages next to the appropriate form field using Div tags. The page is very long and the validation fires onclick of the Submit button at the bottom of the page. Now if a validation fails for a form field at the top/middle of the page, though the error is displayed next to that field, the user is required to scroll back to that specific location in the page to view the error. I would want to scroll the page automatically to the position where the error occurred. I have tried to use, document.FormName.Element.focus() but it did not help. Any inputs on my issue would be of great help. Thanks in advance, Elankumaran. S
____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
