Hi,
Can you be little more clear what exactly is your problem.
Anyway if you want to include a
js file i.e. script written in seperate file in want to include it in a jsp you can use the following syntax
<script src="yourscriptfile.
js" type="text/javascript" ></script>
Regards,
Rakesh