My JSP contains a Javascript that is executed with onClick function. When user clicks, this script is executed on client side. Is there a way I can execute this script on the web server side before it is sent to client? Thanks.
Varun Khanna
Ranch Hand
Joined: May 30, 2002
Posts: 1400
posted
0
Can you post your code as that will help in knowing what you want to achieve !!!
- Varun
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
1
posted
0
JavaScript can be executed on the server side using BSF - the Bean Scripting Framework. If that is really what you intend. Bill