Subj : Sample To : netscape.public.mozilla.jseng From : kumar_kmk@hotmail.com (Kumar) Date : Tue Apr 13 2004 04:35 pm Hi I have a simple webapplication that has JSP pages and javascript. Some JavaScript is in the form of included .js file and some inline. I want to create a application that 1. gets the jsp page 2. There is a form and a submit button in the jsp page whoose onclick executes javascript function written in the page. This javascript function calls another javascript function in the included .js file 3.The onlick of the above button using javascript functions fills certain params and submits the form. Any sample code available. Currently I am not planning to use httpunit or the likes. Major botllenek is I am not sure how to work with rhino on Javascript for my requirements. Thanks .